HIP: Heterogenous-computing Interface for Portability
Loading...
Searching...
No Matches
Public Attributes | List of all members
hipFunctionLaunchParams_t Struct Reference

Public Attributes

hipFunction_t function
 Kernel to launch.
 
unsigned int gridDimX
 Width(X) of grid in blocks.
 
unsigned int gridDimY
 Height(Y) of grid in blocks.
 
unsigned int gridDimZ
 Depth(Z) of grid in blocks.
 
unsigned int blockDimX
 X dimension of each thread block.
 
unsigned int blockDimY
 Y dimension of each thread block.
 
unsigned int blockDimZ
 Z dimension of each thread block.
 
unsigned int sharedMemBytes
 Shared memory.
 
hipStream_t hStream
 Stream identifier.
 
void ** kernelParams
 Kernel parameters.
 

The documentation for this struct was generated from the following file: