|
1 |
| - __SYCL_ASPECT(host, 0, "host") |
2 |
| - __SYCL_ASPECT(cpu, 1, "cpu") |
3 |
| - __SYCL_ASPECT(gpu, 2, "gpu") |
4 |
| - __SYCL_ASPECT(accelerator, 3, "accelerator") |
5 |
| - __SYCL_ASPECT(custom, 4, "custom") |
6 |
| - __SYCL_ASPECT(fp16, 5, "fp16") |
7 |
| - __SYCL_ASPECT(fp64, 6, "fp64") |
8 |
| - __SYCL_ASPECT(int64_base_atomics __SYCL2020_DEPRECATED("use atomic64 instead"), 7, "int64_base_atomics") |
9 |
| - __SYCL_ASPECT(int64_extended_atomics __SYCL2020_DEPRECATED("use atomic64 instead"), 8, "int64_extended_atomics") |
10 |
| - __SYCL_ASPECT(image, 9, "image") |
11 |
| - __SYCL_ASPECT(online_compiler, 10, "online_compiler") |
12 |
| - __SYCL_ASPECT(online_linker, 11, "online_linker") |
13 |
| - __SYCL_ASPECT(queue_profiling, 12, "queue_profiling") |
14 |
| - __SYCL_ASPECT(usm_device_allocations, 13, "usm_device_allocations") |
15 |
| - __SYCL_ASPECT(usm_host_allocations, 14, "usm_host_allocations") |
16 |
| - __SYCL_ASPECT(usm_shared_allocations, 15, "usm_shared_allocations") |
17 |
| - __SYCL_ASPECT(usm_restricted_shared_allocations, 16, "usm_restricted_shared_allocations") |
18 |
| - __SYCL_ASPECT(usm_system_allocations, 17, "usm_system_allocations") |
19 |
| - __SYCL_SPECIAL_ASPECT(usm_system_allocator __SYCL2020_DEPRECATED("use usm_system_allocations instead"), usm_system_allocations, "usm_system_allocations") |
20 |
| - __SYCL_ASPECT(ext_intel_pci_address, 18, "ext_intel_pci_address") |
21 |
| - __SYCL_ASPECT(ext_intel_gpu_eu_count, 19, "ext_intel_gpu_eu_count") |
22 |
| - __SYCL_ASPECT(ext_intel_gpu_eu_simd_width, 20, "ext_intel_gpu_eu_simd_width") |
23 |
| - __SYCL_ASPECT(ext_intel_gpu_slices, 21, "ext_intel_gpu_slices") |
24 |
| - __SYCL_ASPECT(ext_intel_gpu_subslices_per_slice, 22, "ext_intel_gpu_subslices_per_slice") |
25 |
| - __SYCL_ASPECT(ext_intel_gpu_eu_count_per_subslice, 23, "ext_intel_gpu_eu_count_per_subslice") |
26 |
| - __SYCL_ASPECT(ext_intel_max_mem_bandwidth, 24, "ext_intel_max_mem_bandwidth") |
27 |
| - __SYCL_ASPECT(ext_intel_mem_channel, 25, "ext_intel_mem_channel") |
28 |
| - __SYCL_ASPECT(usm_atomic_host_allocations, 26, "usm_atomic_host_allocations") |
29 |
| - __SYCL_ASPECT(usm_atomic_shared_allocations, 27, "usm_atomic_shared_allocations") |
30 |
| - __SYCL_ASPECT(atomic64, 28, "atomic64") |
31 |
| - __SYCL_ASPECT(ext_intel_device_info_uuid, 29, "ext_intel_device_info_uuid") |
32 |
| - __SYCL_ASPECT(ext_oneapi_srgb, 30, "ext_oneapi_srgb") |
33 |
| - __SYCL_ASPECT(ext_oneapi_native_assert, 31, "ext_oneapi_native_assert") |
34 |
| - __SYCL_ASPECT(host_debuggable, 32, "host_debuggable") |
35 |
| - __SYCL_ASPECT(ext_intel_gpu_hw_threads_per_eu, 33, "ext_intel_gpu_hw_threads_per_eu") |
36 |
| - __SYCL_ASPECT(ext_oneapi_cuda_async_barrier, 34, "ext_oneapi_cuda_async_barrier") |
37 |
| - __SYCL_ASPECT(ext_oneapi_bfloat16, 35, "ext_oneapi_bfloat16") |
38 |
| - __SYCL_ASPECT(ext_intel_free_memory, 36, "ext_intel_free_memory") |
| 1 | +__SYCL_ASPECT(host, 0) |
| 2 | +__SYCL_ASPECT(cpu, 1) |
| 3 | +__SYCL_ASPECT(gpu, 2) |
| 4 | +__SYCL_ASPECT(accelerator, 3) |
| 5 | +__SYCL_ASPECT(custom, 4) |
| 6 | +__SYCL_ASPECT(fp16, 5) |
| 7 | +__SYCL_ASPECT(fp64, 6) |
| 8 | +__SYCL_ASPECT(image, 9) |
| 9 | +__SYCL_ASPECT(online_compiler, 10) |
| 10 | +__SYCL_ASPECT(online_linker, 11) |
| 11 | +__SYCL_ASPECT(queue_profiling, 12) |
| 12 | +__SYCL_ASPECT(usm_device_allocations, 13) |
| 13 | +__SYCL_ASPECT(usm_host_allocations, 14) |
| 14 | +__SYCL_ASPECT(usm_shared_allocations, 15) |
| 15 | +__SYCL_ASPECT(usm_restricted_shared_allocations, 16) |
| 16 | +__SYCL_ASPECT(usm_system_allocations, 17) |
| 17 | +__SYCL_ASPECT(ext_intel_pci_address, 18) |
| 18 | +__SYCL_ASPECT(ext_intel_gpu_eu_count, 19) |
| 19 | +__SYCL_ASPECT(ext_intel_gpu_eu_simd_width, 20) |
| 20 | +__SYCL_ASPECT(ext_intel_gpu_slices, 21) |
| 21 | +__SYCL_ASPECT(ext_intel_gpu_subslices_per_slice, 22) |
| 22 | +__SYCL_ASPECT(ext_intel_gpu_eu_count_per_subslice, 23) |
| 23 | +__SYCL_ASPECT(ext_intel_max_mem_bandwidth, 24) |
| 24 | +__SYCL_ASPECT(ext_intel_mem_channel, 25) |
| 25 | +__SYCL_ASPECT(usm_atomic_host_allocations, 26) |
| 26 | +__SYCL_ASPECT(usm_atomic_shared_allocations, 27) |
| 27 | +__SYCL_ASPECT(atomic64, 28) |
| 28 | +__SYCL_ASPECT(ext_intel_device_info_uuid, 29) |
| 29 | +__SYCL_ASPECT(ext_oneapi_srgb, 30) |
| 30 | +__SYCL_ASPECT(ext_oneapi_native_assert, 31) |
| 31 | +__SYCL_ASPECT(host_debuggable, 32) |
| 32 | +__SYCL_ASPECT(ext_intel_gpu_hw_threads_per_eu, 33) |
| 33 | +__SYCL_ASPECT(ext_oneapi_cuda_async_barrier, 34) |
| 34 | +__SYCL_ASPECT(ext_oneapi_bfloat16, 35) |
| 35 | +__SYCL_ASPECT(ext_intel_free_memory, 36) |
0 commit comments