aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/onednn/vcpkg.json
blob: f44d8f86f8ebf2d974be403241927e1297c4f721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "onednn",
  "version": "3.7",
  "description": "oneAPI Deep Neural Network Library (oneDNN)",
  "homepage": "https://github.com/oneapi-src/oneDNN",
  "license": "Apache-2.0",
  "supports": "x64 & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}