pub unsafe fn get_function_by_symbol(
symbol_ptr: *const c_void,
) -> Result<cudaFunction_t, RuntimeError>Expand description
Retrieves the function pointer from a symbol.
See cudaGetFuncBySymbol() docs
ยงSafety
Function must exist.
pub unsafe fn get_function_by_symbol(
symbol_ptr: *const c_void,
) -> Result<cudaFunction_t, RuntimeError>Retrieves the function pointer from a symbol.
See cudaGetFuncBySymbol() docs
Function must exist.