hipLaunchParams Struct Reference#

HIP Runtime API Reference: hipLaunchParams Struct Reference
hipLaunchParams Struct Reference

#include <hip_runtime_api.h>

Collaboration diagram for hipLaunchParams:
[legend]

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...
 

Detailed Description

struct hipLaunchParams_t

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/latest/include/hip/hip_runtime_api.h