hiprtDestroyCustomFuncTable
Destroys a custom function table.
hiprtError hiprtDestroyCustomFuncTable( |
hiprtContext context, |
hiprtCustomFuncTable inFuncTable); |
Parameters
Parameter |
Description |
---|---|
context |
HIPRT API context. |
inFuncTable |
Input function table to be destroyed. |
Return
Returns HIPRT error in case of a failure, or hiprtSuccess
otherwise.