vcpkg/ports/onednn/vcpkg.json
JonLiu1993 45ae5e5604
[vcpkg baseline][onednn] Update to latest version fix ci error (#40442)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-08-14 15:55:46 -07:00

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
}
]
}