We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ee26e commit 471ccdeCopy full SHA for 471ccde
sycl/include/CL/sycl/detail/pi.h
@@ -286,7 +286,6 @@ typedef enum {
286
PI_DEVICE_INFO_GPU_SUBSLICES_PER_SLICE = 0x10024,
287
PI_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE = 0x10025,
288
PI_DEVICE_INFO_MAX_MEM_BANDWIDTH = 0x10026,
289
- // These are extensions that are currently only implemented for nvidia.
290
PI_DEVICE_INFO_ATOMIC_64 = 0x10110
291
} _pi_device_info;
292
sycl/include/CL/sycl/info/info_desc.hpp
@@ -142,7 +142,6 @@ enum class device : cl_device_info {
142
PI_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE,
143
ext_intel_max_mem_bandwidth = PI_DEVICE_INFO_MAX_MEM_BANDWIDTH,
144
ext_intel_mem_channel = PI_MEM_PROPERTIES_CHANNEL,
145
- // currently only implemented for nvidia
146
atomic64 = PI_DEVICE_INFO_ATOMIC_64
147
};
148
0 commit comments