Function cuFuncSetBlockShape

Source
pub unsafe extern "C" fn cuFuncSetBlockShape(
    hfunc: CUfunction,
    x: c_int,
    y: c_int,
    z: c_int,
) -> CUresult