HIP: Heterogenous-computing Interface for Portability
|
Public Attributes | |
void * | func |
Device function symbol. | |
dim3 | gridDim |
Grid dimentions. | |
dim3 | blockDim |
Block dimentions. | |
void ** | args |
Arguments. | |
size_t | sharedMem |
Shared memory. | |
hipStream_t | stream |
Stream identifier. | |