|
| hipError_t | hipRegisterApiCallback (uint32_t id, void *fun, void *arg) |
| |
|
hipError_t | hipRemoveApiCallback (uint32_t id) |
| |
|
hipError_t | hipRegisterActivityCallback (uint32_t id, void *fun, void *arg) |
| |
|
hipError_t | hipRemoveActivityCallback (uint32_t id) |
| |
|
const char * | hipApiName (uint32_t id) |
| |
|
const char * | hipKernelNameRef (const hipFunction_t f) |
| |
|
const char * | hipKernelNameRefByPtr (const void *hostFunction, hipStream_t stream) |
| |
|
int | hipGetStreamDeviceId (hipStream_t stream) |
| |
Defines the HIP API. See the individual sections for more information.
| hipError_t hipRegisterApiCallback |
( |
uint32_t |
id, |
|
|
void * |
fun, |
|
|
void * |
arg |
|
) |
| |