| 731 | } |
| 732 | |
| 733 | void DeviceGPU::setSYCLDevice(const sycl::device sycl_device_in) { |
| 734 | gpu_device = sycl_device_in; |
| 735 | } |
| 736 | |
| 737 | // turn off deprecation warning for host_unified_memory property usage. |
| 738 | // there is currently no equivalent SYCL aspect that replaces this property. |
no outgoing calls
no test coverage detected