vcpkg/ports/onednn/vcpkg.json
Ilya Lavrenov a069d6dcb8
[onednn] update to 3.3 (#34765)
* [onednn] update to 3.3

* updated version database
2023-10-30 14:41:48 -07:00

19 lines
369 B
JSON

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