kernel_config Derived Type

type, public :: kernel_config

Configuration for the kernel launch


Inherits

type~~kernel_config~~InheritsGraph type~kernel_config kernel_config type~dim3 dim3 type~kernel_config->type~dim3 blocks, threads

Components

Type Visibility Attributes Name Initial
type(dim3), public :: blocks

Number of blocks in the grid

type(dim3), public :: threads

Number of threads per block

integer(kind=int32), public :: padding

Padding added to the tile