File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ extern "C" {
26
26
#define CL_DEVICE_CROSS_DEVICE_SHARED_MEM_CAPABILITIES_INTEL 0x4193
27
27
#define CL_DEVICE_SHARED_SYSTEM_MEM_CAPABILITIES_INTEL 0x4194
28
28
29
- // TODO: should this be cl_device_unified_shared_memory_capabilities_intel?
30
- typedef cl_bitfield cl_unified_shared_memory_capabilities_intel;
29
+ typedef cl_bitfield cl_device_unified_shared_memory_capabilities_intel;
31
30
32
- /* cl_unified_shared_memory_capabilities_intel - bitfield */
31
+ /* cl_device_unified_shared_memory_capabilities_intel - bitfield */
33
32
#define CL_UNIFIED_SHARED_MEMORY_ACCESS_INTEL (1 << 0 )
34
33
#define CL_UNIFIED_SHARED_MEMORY_ATOMIC_ACCESS_INTEL (1 << 1 )
35
34
#define CL_UNIFIED_SHARED_MEMORY_CONCURRENT_ACCESS_INTEL (1 << 2 )
You can’t perform that action at this time.
0 commit comments