Skip to content

Hardware-Alchemy/cuDNN-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuDNN-sample

Some cuDNN sample codes provided by Nvidia as well as some home-made codes.

cuDNN static linking

There is no official guide on how to link cuDNN statically. However, I found an official guide on how to link cuBLAS statically. Actually, nVidia takes the static library as a different library (with a different name).

So, you need to use the following commands to link cuDNN statically.

nvcc <source> -lcudnn_static -o <target>

About

cuDNN sample codes provided by Nvidia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published