pub type CUDA_MEMCPY_NODE_PARAMS = CUDA_MEMCPY_NODE_PARAMS_st;
Expand description
Memcpy node parameters
Aliased Type§
#[repr(C)]pub struct CUDA_MEMCPY_NODE_PARAMS {
pub flags: i32,
pub reserved: i32,
pub copyCtx: *mut CUctx_st,
pub copyParams: CUDA_MEMCPY3D_st,
}
Fields§
§flags: i32
< Must be zero
reserved: i32
< Must be zero
copyCtx: *mut CUctx_st
< Context on which to run the node
copyParams: CUDA_MEMCPY3D_st
< Parameters for the memory copy