hipLaunchConfig_t Struct Reference

hipLaunchConfig_t Struct Reference#

HIP Runtime API Reference: hipLaunchConfig_t Struct Reference
hipLaunchConfig_t Struct Reference

#include <hip_runtime_api.h>

Collaboration diagram for hipLaunchConfig_t:

Data Fields

dim3 gridDim
 Grid dimensions. More...
 
dim3 blockDim
 Block dimensions. More...
 
size_t dynamicSmemBytes
 Dynamic shared-memory size per thread block. More...
 
hipStream_t stream
 Stream identifier. More...
 
hipLaunchAttributeattrs
 Attributes list. More...
 
unsigned int numAttrs
 Number of attributes. More...
 

Detailed Description

HIP extensible launch configuration

Field Documentation

◆ attrs

hipLaunchAttribute* hipLaunchConfig_t::attrs

Attributes list.

◆ blockDim

dim3 hipLaunchConfig_t::blockDim

Block dimensions.

◆ dynamicSmemBytes

size_t hipLaunchConfig_t::dynamicSmemBytes

Dynamic shared-memory size per thread block.

◆ gridDim

dim3 hipLaunchConfig_t::gridDim

Grid dimensions.

◆ numAttrs

unsigned int hipLaunchConfig_t::numAttrs

Number of attributes.

◆ stream

hipStream_t hipLaunchConfig_t::stream

Stream identifier.


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