You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GPU/Common/GPUCommonDefSettings.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@
22
22
#error Please include GPUCommonDef.h!
23
23
#endif
24
24
25
-
//#define GPUCA_OPENCL_CPP_CLANG_C11_ATOMICS // Use C11 atomic instead of old style atomics for OpenCL C++ in clang (OpenCL 2.2 C++ will use C++11 atomics irrespectively)
25
+
//#define GPUCA_OPENCL_CLANG_C11_ATOMICS // Use C11 atomic instead of old style atomics for OpenCL C++ in clang (OpenCL 2.2 C++ will use C++11 atomics irrespectively)
26
26
27
27
//#define GPUCA_CUDA_NO_CONSTANT_MEMORY // Do not use constant memory for CUDA
28
28
//#define GPUCA_HIP_NO_CONSTANT_MEMORY // Do not use constant memory for HIP
29
-
#defineGPUCA_OPENCLCPP_NO_CONSTANT_MEMORY// Do not use constant memory for OpenCL C++ - MANDATORY as OpenCL cannot cast between __constant and __generic yet!
29
+
#defineGPUCA_OPENCL_NO_CONSTANT_MEMORY// Do not use constant memory for OpenCL C++ - MANDATORY as OpenCL cannot cast between __constant and __generic yet!
0 commit comments