cubecl_hip_sys

Function hipGetSymbolAddress

Source
pub unsafe extern "C" fn hipGetSymbolAddress(
    devPtr: *mut *mut c_void,
    symbol: *const c_void,
) -> hipError_t
Expand 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