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

Function isHIPDeviceSupported

include/OpenImageDenoise/oidn.hpp:1060–1063  ·  view source on GitHub ↗

Returns whether the specified HIP device is supported.

Source from the content-addressed store, hash-verified

1058
1059 // Returns whether the specified HIP device is supported.
1060 inline bool isHIPDeviceSupported(int deviceID)
1061 {
1062 return oidnIsHIPDeviceSupported(deviceID);
1063 }
1064
1065 // Returns whether the specified Metal device is supported.
1066 inline bool isMetalDeviceSupported(MTLDevice_id device)

Callers

nothing calls this directly

Calls 1

oidnIsHIPDeviceSupportedFunction · 0.85

Tested by

no test coverage detected