mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
45ae5e5604
Co-authored-by: Jon <v-zhli17@microsoft.com>
19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"name": "onednn",
|
|
"version": "3.5.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
|
|
}
|
|
]
|
|
}
|