{"id":61120,"library":"cudnn","title":"cuDNN","description":"NVIDIA's cuDNN deep neural network acceleration library.","status":"active","version":"7.6.5","language":"cpp","source_language":null,"source_url":null,"tags":["deep-learning","gpu","nvidia","neural-network"],"install":[{"cmd":"vcpkg install cudnn","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(cudnn CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE CUDA::cudnn)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"cudnn.h","correct":"#include <cudnn.h>"}],"quickstart":{"code":"#include <cudnn.h>\n#include <iostream>\n\nint main() {\n    cudnnHandle_t handle;\n    cudnnCreate(&handle);\n    std::cout << \"cuDNN handle created\" << std::endl;\n    cudnnDestroy(handle);\n    return 0;\n}","lang":"cpp","description":"Initialize and destroy a cuDNN handle"},"warnings":[{"fix":"Install CUDA Toolkit and ensure compatible GPU driver","message":"Requires NVIDIA GPU and CUDA toolkit installed separately","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'acceler':8 'cudnn':1,4 'deep':5,11 'deep-learn':10 'gpu':13 'learn':12 'librari':9 'network':7,17 'neural':6,16 'neural-network':15 'nvidia':2,14","created_at":"2026-06-17T04:39:13.760575+00:00","updated_at":"2026-06-17T04:39:13.760575+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}