Skip to content

Commit 69e4d63

Browse files
committed
remove deprecated device traits
1 parent 28cf832 commit 69e4d63

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

sycl/include/sycl/info/device_traits.def

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -205,35 +205,6 @@ __SYCL_PARAM_TRAITS_SPEC(device, ext_intel_mem_channel, bool,
205205
__SYCL_PARAM_TRAITS_SPEC(device, ext_oneapi_bfloat16_math_functions, bool,
206206
PI_EXT_ONEAPI_DEVICE_INFO_BFLOAT16_MATH_FUNCTIONS)
207207

208-
//Deprecated oneapi/intel extension
209-
//TODO:Remove when possible
210-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_pci_address, std::string,
211-
PI_DEVICE_INFO_PCI_ADDRESS)
212-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_gpu_eu_count, pi_uint32,
213-
PI_DEVICE_INFO_GPU_EU_COUNT)
214-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_gpu_eu_simd_width, pi_uint32,
215-
PI_DEVICE_INFO_GPU_EU_SIMD_WIDTH)
216-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_gpu_slices, pi_uint32,
217-
PI_DEVICE_INFO_GPU_SLICES)
218-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_gpu_subslices_per_slice, pi_uint32,
219-
PI_DEVICE_INFO_GPU_SUBSLICES_PER_SLICE)
220-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_gpu_eu_count_per_subslice, pi_uint32,
221-
PI_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE)
222-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_gpu_hw_threads_per_eu, pi_uint32,
223-
PI_DEVICE_INFO_GPU_HW_THREADS_PER_EU)
224-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_device_info_uuid, detail::uuid_type,
225-
PI_DEVICE_INFO_UUID)
226-
__SYCL_PARAM_TRAITS_SPEC(device, ext_intel_max_mem_bandwidth, pi_uint64,
227-
PI_DEVICE_INFO_MAX_MEM_BANDWIDTH)
228-
__SYCL_PARAM_TRAITS_SPEC(device, ext_oneapi_max_work_groups_1d, id<1>,
229-
PI_EXT_ONEAPI_DEVICE_INFO_MAX_WORK_GROUPS_1D)
230-
__SYCL_PARAM_TRAITS_SPEC(device, ext_oneapi_max_work_groups_2d, id<2>,
231-
PI_EXT_ONEAPI_DEVICE_INFO_MAX_WORK_GROUPS_2D)
232-
__SYCL_PARAM_TRAITS_SPEC(device, ext_oneapi_max_work_groups_3d, id<3>,
233-
PI_EXT_ONEAPI_DEVICE_INFO_MAX_WORK_GROUPS_3D)
234-
__SYCL_PARAM_TRAITS_SPEC(device, ext_oneapi_max_global_work_groups, size_t,
235-
PI_EXT_ONEAPI_DEVICE_INFO_MAX_GLOBAL_WORK_GROUPS)
236-
237208
#ifdef __SYCL_PARAM_TRAITS_TEMPLATE_SPEC_NEEDS_UNDEF
238209
#undef __SYCL_PARAM_TRAITS_TEMPLATE_SPEC
239210
#undef __SYCL_PARAM_TRAITS_TEMPLATE_SPEC_NEEDS_UNDEF

0 commit comments

Comments
 (0)