vcpkg/ports/onednn/vcpkg.json
chausner 619081b327
[onednn] Update to 2.4.3 (#21376)
* Update onednn to 2.4.3

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:33:05 -08:00

18 lines
351 B
JSON

{
"name": "onednn",
"version-semver": "2.4.3",
"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
}
]
}