Callback Activity APIs#
Collaboration diagram for Callback Activity APIs:
Functions | |
| 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) |
Detailed Description
This section describes the callback/Activity of HIP runtime API.
Function Documentation
◆ hipApiName()
| const char * hipApiName | ( | uint32_t | id | ) |
◆ hipGetStreamDeviceId()
| int hipGetStreamDeviceId | ( | hipStream_t | stream | ) |
◆ hipKernelNameRef()
| const char * hipKernelNameRef | ( | const hipFunction_t | f | ) |
◆ hipKernelNameRefByPtr()
| const char * hipKernelNameRefByPtr | ( | const void * | hostFunction, |
| hipStream_t | stream | ||
| ) |