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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@
21
21
#error Please include GPUCommonDef.h!
22
22
#endif
23
23
24
-
//#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)
24
+
//#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
25
26
-
//#define GPUCA_CUDA_NO_CONSTANT_MEMORY //Do not use constant memory for CUDA
27
-
#defineGPUCA_HIP_NO_CONSTANT_MEMORY//Do not use constant memory for HIP - MANDATORY for now since all AMD GPUs have insufficient constant memory with HIP
28
-
//#define GPUCA_OPENCL_NO_CONSTANT_MEMORY //Do not use constant memory for OpenCL 1.2
29
-
#defineGPUCA_OPENCLCPP_NO_CONSTANT_MEMORY//Do not use constant memory for OpenCL C++ - MANDATORY as OpenCL cannot cast between __constant and __generic yet!
26
+
//#define GPUCA_CUDA_NO_CONSTANT_MEMORY //Do not use constant memory for CUDA
27
+
//#define GPUCA_HIP_NO_CONSTANT_MEMORY // Do not use constant memory for HIP - MANDATORY for now since all AMD GPUs have insufficient constant memory with HIP
28
+
//#define GPUCA_OPENCL_NO_CONSTANT_MEMORY //Do not use constant memory for OpenCL 1.2
29
+
#defineGPUCA_OPENCLCPP_NO_CONSTANT_MEMORY//Do not use constant memory for OpenCL C++ - MANDATORY as OpenCL cannot cast between __constant and __generic yet!
0 commit comments