Returns whether the CPU device is supported.
| 1038 | |
| 1039 | // Returns whether the CPU device is supported. |
| 1040 | inline bool isCPUDeviceSupported() |
| 1041 | { |
| 1042 | return oidnIsCPUDeviceSupported(); |
| 1043 | } |
| 1044 | |
| 1045 | // Returns whether the specified SYCL device is supported. |
| 1046 | #if defined(OIDN_SYCL_HPP) |
nothing calls this directly
no test coverage detected