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

Function cudnnGetConvolutionForwardWorkspaceSize

src/backend/cuda/cudnn.cpp:197–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197cudnnStatus_t cudnnGetConvolutionForwardWorkspaceSize(
198 cudnnHandle_t handle, const cudnnTensorDescriptor_t xDesc,
199 const cudnnFilterDescriptor_t wDesc,
200 const cudnnConvolutionDescriptor_t convDesc,
201 const cudnnTensorDescriptor_t yDesc, cudnnConvolutionFwdAlgo_t algo,
202 size_t *sizeInBytes) {
203 return getCudnnPlugin().cudnnGetConvolutionForwardWorkspaceSize(
204 handle, xDesc, wDesc, convDesc, yDesc, algo, sizeInBytes);
205}
206
207cudnnStatus_t cudnnGetConvolutionBackwardFilterWorkspaceSize(
208 cudnnHandle_t handle, const cudnnTensorDescriptor_t xDesc,

Callers 1

getForwardAlgorithmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected