Spaces:
Running
Running
| namespace syclex = sycl::ext::oneapi::experimental; | |
| // TODO: currently not used | |
| /* | |
| struct sycl_hw_info { | |
| syclex::architecture arch; | |
| int32_t device_id; | |
| }; | |
| bool is_in_vector(std::vector<int> &vec, int item); | |
| sycl_hw_info get_device_hw_info(sycl::device *device_ptr); | |
| */ | |