cuDNN reference documentaion

Hi,
is there a detailed API reference documentaion for cuDNN available? Couldn’t find anything besides the cudnn.h and some tiny examples here and there.

Thanks.

When you are a registered developer and go through the cuDNN download process, on the same page that you Agree to the terms of the license agreement, there are links to download:

cuDNN User Guide

cuDNN v2 Library for Windows

cuDNN v2 Library for Linux

cuDNN v2 Library for L4T (ARM) 21.1

cuDNN v2 Library for OSX

cuDNN v2 Code Samples

cuDNN v2 Release Notes

Have you looked at the above? For example, the first link gives you a document called CUDNN_Library.pdf

That document contains a chapter called cuDNN API Reference, which may have what you are looking for.

Great! That’s exactly what I was looking for. I must have missed that when I downloaded the library.

Thanks a lot.