[all-commits] [llvm/llvm-project] 3c7d2f: [OpenCL] opencl-c.h: add CL 3.0 non-generic addres...
Dave Airlie via All-commits
all-commits at lists.llvm.org
Thu Jul 29 21:47:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c7d2f1b67d123b748beabc91a5ca041b102b065
https://github.com/llvm/llvm-project/commit/3c7d2f1b67d123b748beabc91a5ca041b102b065
Author: Dave Airlie <airlied at redhat.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M clang/lib/Headers/opencl-c.h
Log Message:
-----------
[OpenCL] opencl-c.h: add CL 3.0 non-generic address space atomics
CL 2.0 introduced atomics and generic address space so there were
only one set of APIs for doing atomics, however since CL 3.0
makes generic address space optional, there has to be new sets
of atomic interfaces to handle that cases.
Reviewed By: Anastasia
Differential Revision: https://reviews.llvm.org/D106778
More information about the All-commits
mailing list