Hi,
I would like to read the source code for cudnn.benchmark, but there is no link to it in the docs, and I couldn’t find it by googling. Where can I find it?
The benchmark
flag will be passed eventually to algorithm_search
where either cudnnGet
or cudnnFind
will be called in the v7 API. A similar approach is used for the experimental v8 API.
1 Like
Thanks!
Are these the various convolution implementations being benchmarked?: link
Where are these algorithms defined?
The algorithms are closed source and shipped in cuDNN.
Okay,
Thanks for the help