MCPcopy Create free account
hub / github.com/RenderKit/oidn / isCPUDeviceSupported

Function isCPUDeviceSupported

include/OpenImageDenoise/oidn.hpp:1040–1043  ·  view source on GitHub ↗

Returns whether the CPU device is supported.

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

oidnIsCPUDeviceSupportedFunction · 0.85

Tested by

no test coverage detected