7.35. CUDA_MEMSET_NODE_PARAMS_v1
Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cuda.h
-
struct CUDA_MEMSET_NODE_PARAMS_v1
Memset node parameters.
Public Members
-
CUdeviceptr dst
Destination device pointer.
-
size_t pitch
Pitch of destination device pointer.
Unused if height is 1
-
unsigned int value
Value to be set.
-
unsigned int elementSize
Size of each element in bytes.
Must be 1, 2, or 4.
-
size_t width
Width of the row in elements.
-
size_t height
Number of rows.
-
CUdeviceptr dst