hiprtDestroyContext
Destroys HIPRT API context.
hiprtError hiprtDestroyContext( |
hiprtContext context); |
Parameters
Parameter |
Description |
---|---|
context |
API context to be destroyed. |
Return
Returns HIPRT error in case of a failure, or hiprtSuccess
otherwise.