Structure containing the basic launch configuration of a CUDA kernel.
#include <kernel_launch.h>
◆ KernelLaunchConfiguration()
CUTLASS_HOST_DEVICE cutlass::KernelLaunchConfiguration::KernelLaunchConfiguration |
( |
dim3 |
_grid = dim3(1,1,1) , |
|
|
dim3 |
_block = dim3(1,1,1) , |
|
|
size_t |
_dynamic_smem = 0 |
|
) |
| |
|
inline |
◆ block
dim3 cutlass::KernelLaunchConfiguration::block |
◆ dynamic_smem
size_t cutlass::KernelLaunchConfiguration::dynamic_smem |
◆ grid
dim3 cutlass::KernelLaunchConfiguration::grid |
The documentation for this struct was generated from the following file: