aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cudnn-frontend/vcpkg.json
blob: 88ac319eca2ca1ebd2200cd64a528f1219d6a3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "cudnn-frontend",
  "version-semver": "1.15.0",
  "description": "cudnn_frontend provides a c++ wrapper for the cudnn backend API and samples on how to use it",
  "homepage": "https://github.com/NVIDIA/cudnn-frontend",
  "license": "MIT",
  "dependencies": [
    "cuda",
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}