Skip to main content

module_get_function

Function module_get_function 

Source
pub fn module_get_function(
    m: CUmodule,
    name: &CStr,
) -> Result<CUfunction, GpuError>