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 dimensions.  More... | |
| dim3 | blockDim | 
| Block dimensions.  More... | |
| void ** | args | 
| Arguments.  More... | |
| size_t | sharedMem | 
| Shared memory.  More... | |
| hipStream_t | stream | 
| Stream identifier.  More... | |
Detailed Description
struct hipLaunchParams_t
Field Documentation
◆ args
| void** hipLaunchParams::args | 
Arguments.
◆ blockDim
| dim3 hipLaunchParams::blockDim | 
Block dimensions.
◆ func
| void* hipLaunchParams::func | 
Device function symbol.
◆ gridDim
| dim3 hipLaunchParams::gridDim | 
Grid dimensions.
◆ 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:
- include/hip/hip_runtime_api.h