Skip to content

Commit 471ccde

Browse files
authored
Apply suggestions from code review
Remove comments.
1 parent 24ee26e commit 471ccde

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sycl/include/CL/sycl/detail/pi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ typedef enum {
286286
PI_DEVICE_INFO_GPU_SUBSLICES_PER_SLICE = 0x10024,
287287
PI_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE = 0x10025,
288288
PI_DEVICE_INFO_MAX_MEM_BANDWIDTH = 0x10026,
289-
// These are extensions that are currently only implemented for nvidia.
290289
PI_DEVICE_INFO_ATOMIC_64 = 0x10110
291290
} _pi_device_info;
292291

sycl/include/CL/sycl/info/info_desc.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ enum class device : cl_device_info {
142142
PI_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE,
143143
ext_intel_max_mem_bandwidth = PI_DEVICE_INFO_MAX_MEM_BANDWIDTH,
144144
ext_intel_mem_channel = PI_MEM_PROPERTIES_CHANNEL,
145-
// currently only implemented for nvidia
146145
atomic64 = PI_DEVICE_INFO_ATOMIC_64
147146
};
148147

0 commit comments

Comments
 (0)