Skip to main content

cuFuncSetBlockShape

Function cuFuncSetBlockShape 

pub unsafe fn cuFuncSetBlockShape(
    hfunc: *mut CUfunc_st,
    x: i32,
    y: i32,
    z: i32,
) -> cudaError_enum