mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:19:01 +08:00
619081b327
* Update onednn to 2.4.3 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
351 B
JSON
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
|
|
}
|
|
]
|
|
}
|