File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,6 @@ typedef enum {
286
286
PI_DEVICE_INFO_GPU_SUBSLICES_PER_SLICE = 0x10024 ,
287
287
PI_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE = 0x10025 ,
288
288
PI_DEVICE_INFO_MAX_MEM_BANDWIDTH = 0x10026 ,
289
- // These are extensions that are currently only implemented for nvidia.
290
289
PI_DEVICE_INFO_ATOMIC_64 = 0x10110
291
290
} _pi_device_info;
292
291
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ enum class device : cl_device_info {
142
142
PI_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE,
143
143
ext_intel_max_mem_bandwidth = PI_DEVICE_INFO_MAX_MEM_BANDWIDTH,
144
144
ext_intel_mem_channel = PI_MEM_PROPERTIES_CHANNEL,
145
- // currently only implemented for nvidia
146
145
atomic64 = PI_DEVICE_INFO_ATOMIC_64
147
146
};
148
147
You can’t perform that action at this time.
0 commit comments