Returns whether the specified HIP device is supported.
| 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) |
nothing calls this directly
no test coverage detected