aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cudnn-frontend/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cudnn-frontend/vcpkg.json')
-rw-r--r--vcpkg/ports/cudnn-frontend/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/cudnn-frontend/vcpkg.json b/vcpkg/ports/cudnn-frontend/vcpkg.json
new file mode 100644
index 0000000..88ac319
--- /dev/null
+++ b/vcpkg/ports/cudnn-frontend/vcpkg.json
@@ -0,0 +1,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
+ }
+ ]
+}