CuDNN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
<!--Modules--> | <!--Modules--> | ||
==Environment Modules== | ==Environment Modules== | ||
Run <code>module spider | Run <code>module spider cudnn</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
* HPC_{{uc:{{#var:app}}}}_BIN - binary directory | |||
* HPC_{{uc:{{#var:app}}}}_INC - include directory | |||
* HPC_{{uc:{{#var:app}}}}_LIB - library directory | |||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 15:11, 3 January 2025
Description
The NVIDIA CUDA® Deep Neural Network (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned implementations for standard routines such as forward and backward convolution, attention, matmul, pooling, and normalization.
Environment Modules
Run module spider cudnn
to find out what environment modules are available for this application.
System Variables
- HPC_CUDNN_DIR - installation directory
- HPC_CUDNN_BIN - binary directory
- HPC_CUDNN_INC - include directory
- HPC_CUDNN_LIB - library directory