Skip to main content

hipGetDriverEntryPoint

Function hipGetDriverEntryPoint 

Source
pub unsafe extern "C" fn hipGetDriverEntryPoint(
    symbol: *const c_char,
    funcPtr: *mut *mut c_void,
    flags: c_ulonglong,
    driverStatus: *mut hipDriverEntryPointQueryResult,
) -> hipError_t
Expand description

@brief Gets function pointer of a requested HIP API

@param [in] symbol The API base name @param [out] funcPtr Pointer to the requested function @param [in] flags Flags for the search @param [out] driverStatus Optional returned status of the search

@returns #hipSuccess, #hipErrorInvalidValue