hiprtSetCustomFuncTable

Sets a custom function table.

hiprtError hiprtSetCustomFuncTable(

hiprtContext context,

hiprtCustomFuncTable outFuncTable,

uint32_t index,

hiprtCustomFuncSet set);

Parameters

Parameter

Description

context

HIPRT API context.

outFuncTable

Resulting table.

index

Index of the set in the table.

set

Function set to be set.

Return

Returns HIPRT error in case of a failure, or hiprtSuccess otherwise.