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