pub type hipLaunchParams = hipLaunchParams_t;
Expand description
struct hipLaunchParams_t
Aliased Type§
struct hipLaunchParams {
pub func: *mut c_void,
pub gridDim: dim3,
pub blockDim: dim3,
pub args: *mut *mut c_void,
pub sharedMem: usize,
pub stream: *mut ihipStream_t,
}
Fields§
§func: *mut c_void
< Device function symbol
gridDim: dim3
< Grid dimentions
blockDim: dim3
< Block dimentions
args: *mut *mut c_void
< Arguments
< Shared memory
stream: *mut ihipStream_t
< Stream identifier