| 739 | #pragma GCC diagnostic push |
| 740 | #pragma GCC diagnostic ignored "-Wdeprecated-declarations" |
| 741 | bool DeviceGPU::has_unified_memory() const { |
| 742 | return gpu_device.get_info<sycl::info::device::host_unified_memory>(); |
| 743 | } |
| 744 | #pragma GCC diagnostic pop |
| 745 | |
| 746 | #endif |
no outgoing calls
no test coverage detected