hiprtError
Usage
Error codes.
Possible Values
Name |
Value |
Brief Explanation |
---|---|---|
hiprtSuccess |
0 |
The operation completed successfully. |
hiprtErrorNotImplemented |
1 |
Method or feature is not yet implemented. |
hiprtErrorInternal |
2 |
Library internal failure. |
hiprtErrorOutOfHostMemory |
3 |
Failed to allocate any more memory on the host (CPU) side. |
hiprtErrorOutOfDeviceMemory |
4 |
Failed to allocate any more memory on the device (GPU) side. |
hiprtErrorInvalidApiVersion |
5 |
API versions do not match. |
hiprtErrorInvalidParameter |
6 |
Function input parameters are invalid. |