19 lines
372 B
JSON
19 lines
372 B
JSON
|
{
|
||
|
"name": "onednn",
|
||
|
"version-semver": "2.4.3",
|
||
|
"port-version": 1,
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|