Function hip_runtime_sys::hipLaunchKernel_spt
source · pub unsafe extern "C" fn hipLaunchKernel_spt(
function_address: *const c_void,
numBlocks: dim3,
dimBlocks: dim3,
args: *mut *mut c_void,
sharedMemBytes: usize,
stream: hipStream_t
) -> hipError_t