public class CUDA_MEMSET_NODE_PARAMS extends Object
Modifier and Type | Field and Description |
---|---|
CUdeviceptr |
dst
Destination device pointer
|
int |
elementSize
Size of each element in bytes.
|
long |
height
Number of rows
|
long |
pitch
Pitch of destination device pointer.
|
int |
value
Value to be set
|
long |
width
Width in bytes, of the row
|
Constructor and Description |
---|
CUDA_MEMSET_NODE_PARAMS()
Creates a new, uninitialized CUDA_MEMSET_NODE_PARAMS
|
Modifier and Type | Method and Description |
---|---|
String |
toFormattedString()
Creates and returns a formatted (aligned, multi-line) String
representation of this object
|
String |
toString() |
public CUdeviceptr dst
public long pitch
public int value
public int elementSize
public long width
public long height
Copyright © 2020. All rights reserved.