hipLaunchParams Struct Reference#
hipLaunchParams Struct Reference
  #include <hip_runtime_api.h>
Collaboration diagram for hipLaunchParams:
Data Fields | |
| void * | func | 
| Device function symbol.  More... | |
| dim3 | gridDim | 
| Grid dimentions.  More... | |
| dim3 | blockDim | 
| Block dimentions.  More... | |
| void ** | args | 
| Arguments.  More... | |
| size_t | sharedMem | 
| Shared memory.  More... | |
| hipStream_t | stream | 
| Stream identifier.  More... | |
Field Documentation
◆ args
| void** hipLaunchParams::args | 
Arguments.
◆ blockDim
| dim3 hipLaunchParams::blockDim | 
Block dimentions.
◆ func
| void* hipLaunchParams::func | 
Device function symbol.
◆ gridDim
| dim3 hipLaunchParams::gridDim | 
Grid dimentions.
◆ sharedMem
| size_t hipLaunchParams::sharedMem | 
Shared memory.
◆ stream
| hipStream_t hipLaunchParams::stream | 
Stream identifier.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-5.4.0/include/hip/hip_runtime_api.h