Registry / other / cudnn
library7.6.5vcpkgunverified

NVIDIA's cuDNN deep neural network acceleration library.

vcpkg install cudnn
INSTALL
IMPORT
SIG · CUDNN
C
cudnn
othercppv7.6.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cudnn.h
#include <cudnn.h>

Initialize and destroy a cuDNN handle

#include <cudnn.h> #include <iostream> int main() { cudnnHandle_t handle; cudnnCreate(&handle); std::cout << "cuDNN handle created" << std::endl; cudnnDestroy(handle); return 0; }
Debug
Known issues
gotchaRequires NVIDIA GPU and CUDA toolkit installed separately
fix
Install CUDA Toolkit and ensure compatible GPU driver
affects: *
Upgrade
Version history
7.6.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

cudnn — pip install cudnn · libregistry