| 524 | } |
| 525 | |
| 526 | size_t getL2CacheSize(const sycl::device& device) { |
| 527 | return device.get_info<sycl::info::device::global_mem_cache_line_size>(); |
| 528 | } |
| 529 | |
| 530 | unsigned getComputeUnits(const sycl::device& device) { |
| 531 | return device.get_info<sycl::info::device::max_compute_units>(); |