1. Home
  2. Browse
  3. cudnn

cudnn

v7.6.5#14Latest

NVIDIA's cuDNN deep neural network acceleration library.

Install

Run the following Vcpkg command to install the port.

vcpkg install cudnn

Usage

The package cudnn provides CMake variables:

find_package(CUDNN REQUIRED)
target_link_libraries(main PRIVATE ${CUDNN_LIBRARIES})
target_include_directories(main PRIVATE ${CUDNN_INCLUDE_DIRS})

Or the following CMake target:

find_package(CUDNN REQUIRED)
target_link_libraries(main PRIVATE CuDNN::CuDNN)

Dependencies

See source

Version

v7.6.5#14

Publication

Supports

(windows & x64 & !uwp) | (linux & x64) | (linux & arm64)

Homepage

developer.nvidia.com/cudnn

Subtree

2dd6b72cef

License

Unknown license

Definition

Manifest