Function rcudnn_sys::cudaGetFuncBySymbol[][src]

pub unsafe extern "C" fn cudaGetFuncBySymbol(
    functionPtr: *mut cudaFunction_t,
    symbolPtr: *const c_void
) -> cudaError_t
Expand description

\brief Get pointer to device entry function that matches entry function \p symbolPtr

Returns in \p functionPtr the device entry function corresponding to the symbol \p symbolPtr.

\param functionPtr - Returns the device entry function \param symbolPtr - Pointer to device entry function to search for

\return ::cudaSuccess