GPUOcelot
|
#include <CudaRuntime.h>
Public Member Functions | |
KernelLaunchConfiguration (dim3 grid, dim3 block, size_t shared, cudaStream_t s) | |
KernelLaunchConfiguration (dim3 grid, dim3 block, size_t shared, cudaStream_t s) | |
KernelLaunchConfiguration () | |
Public Attributes | |
dim3 | gridDim |
dimensions of grid | |
dim3 | blockDim |
dimensions of each block | |
size_t | sharedMemory |
number of bytes of dynamically allocated shared memory | |
cudaStream_t | stream |
stream to which kernel launch is to be recorded |
configuration of kernel launch
cuda::KernelLaunchConfiguration::KernelLaunchConfiguration | ( | dim3 | grid, |
dim3 | block, | ||
size_t | shared, | ||
cudaStream_t | s | ||
) | [inline] |
cuda::KernelLaunchConfiguration::KernelLaunchConfiguration | ( | dim3 | grid, |
dim3 | block, | ||
size_t | shared, | ||
cudaStream_t | s | ||
) | [inline] |
cuda::KernelLaunchConfiguration::KernelLaunchConfiguration | ( | ) | [inline] |
dimensions of each block
dimensions of grid
number of bytes of dynamically allocated shared memory
stream to which kernel launch is to be recorded