Function rcudnn::cudaGetFuncBySymbol[][src]

pub unsafe extern "C" fn cudaGetFuncBySymbol(
    functionPtr: *mut *mut CUfunc_st,
    symbolPtr: *const c_void
) -> cudaError
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