Function hip_sys::hiprt::hipGetSymbolAddress
source · pub unsafe extern "C" fn hipGetSymbolAddress(
devPtr: *mut *mut c_void,
symbol: *const c_void
) -> hipError_tExpand description
@brief Gets device pointer associated with symbol on the device.
@param[out] devPtr pointer to the device associated the symbole @param[in] symbol pointer to the symbole of the device
@return #hipSuccess, #hipErrorInvalidValue