Function hip_runtime_sys::hipGetSymbolSize
source · pub unsafe extern "C" fn hipGetSymbolSize(
size: *mut usize,
symbol: *const c_void
) -> hipError_tExpand description
@brief Gets the size of the given symbol on the device.
@param[in] symbol pointer to the device symbole @param[out] size pointer to the size
@return #hipSuccess, #hipErrorInvalidValue