MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / cudnnFindConvolutionForwardAlgorithm

Function cudnnFindConvolutionForwardAlgorithm

src/backend/cuda/cudnn.cpp:217–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217cudnnStatus_t cudnnFindConvolutionForwardAlgorithm(
218 cudnnHandle_t handle, const cudnnTensorDescriptor_t xDesc,
219 const cudnnFilterDescriptor_t wDesc,
220 const cudnnConvolutionDescriptor_t convDesc,
221 const cudnnTensorDescriptor_t yDesc, const int requestedAlgoCount,
222 int *returnedAlgoCount, cudnnConvolutionFwdAlgoPerf_t *perfResults) {
223 return getCudnnPlugin().cudnnFindConvolutionForwardAlgorithm(
224 handle, xDesc, wDesc, convDesc, yDesc, requestedAlgoCount,
225 returnedAlgoCount, perfResults);
226}
227
228cudnnStatus_t cudnnFindConvolutionBackwardFilterAlgorithm(
229 cudnnHandle_t handle, const cudnnTensorDescriptor_t xDesc,

Callers 1

getForwardAlgorithmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected