﻿{
    "package_id":  "com.company.cudnn.9.10.win_x64",
    "product":  "cuDNN",
    "version":  "9.10",
    "internal_version_code":  1,
    "toolchain":  "win-x64",
    "platform":  "windows",
    "display_name":  "cuDNN 9.10 x64",
    "description":  "Installs the locally packaged NVIDIA cuDNN 9.10 SDK under the selected TMDeps root at cuDNN/9.10/win-x64.",
    "usage":  {
                  "summary":  "Provides the cuDNN headers, import libraries, runtime DLLs, and samples for the packaged CUDA-aligned layouts.",
                  "cmake_snippet":  "target_include_directories(your_target PRIVATE \"${CUDNN_INCLUDE_DIR_CUDA_12_9}\")\ntarget_link_directories(your_target PRIVATE \"${CUDNN_LIBRARY_DIR_CUDA_12_9}\")\ntarget_link_libraries(your_target PRIVATE cudnn cudnn_ops cudnn_cnn cudnn_adv)",
                  "notes":  "Choose the matching CUDA-specific include, library, and runtime directories exposed by TMDeps, such as the CUDA 11.8 or CUDA 12.9 variants."
              },
    "group":  "Libraries",
    "default_selected":  false,
    "dependencies":  [
                         "com.company.tmdeps.cmake_support"
                     ],
    "install_subdir":  "cuDNN/9.10/win-x64",
    "marker_relative_path":  "cuDNN/9.10/win-x64/include/12.9/cudnn.h",
    "owned_paths":  [
                        "cuDNN/9.10/win-x64"
                    ],
    "cmake":  {
                  "prefix_paths":  [
                                       "."
                                   ],
                  "module_paths":  [

                                   ],
                  "variables":  {
                                    "CUDNN_ROOT":  ".",
                                    "CUDNN_INCLUDE_ROOT":  "include",
                                    "CUDNN_LIBRARY_ROOT":  "lib",
                                    "CUDNN_RUNTIME_ROOT":  "bin",
                                    "CUDNN_SAMPLES_ROOT":  "cudnn_samples",
                                    "CUDNN_INCLUDE_DIR_CUDA_11_8":  "include/11.8",
                                    "CUDNN_INCLUDE_DIR_CUDA_12_9":  "include/12.9",
                                    "CUDNN_LIBRARY_DIR_CUDA_11_8":  "lib/11.8/x64",
                                    "CUDNN_LIBRARY_DIR_CUDA_12_9":  "lib/12.9/x64",
                                    "CUDNN_RUNTIME_DIR_CUDA_11_8":  "bin/11.8",
                                    "CUDNN_RUNTIME_DIR_CUDA_12_9":  "bin/12.9"
                                }
              },
    "payload_archive":  "com.company.cudnn.9.10.win_x64.zip",
    "size_bytes":  1085828161,
    "sha256":  "ce550f9b9e3ae4dc550c7d210e24dda6fd24b0930dd5c118def2fd1aaacf9f84"
}
