2021-03-20 01:03:17 +08:00
|
|
|
{
|
|
|
|
"name": "fbgemm",
|
2023-04-11 10:27:41 +08:00
|
|
|
"version": "0.4.1",
|
2024-07-06 01:57:37 +08:00
|
|
|
"port-version": 1,
|
2021-03-20 01:03:17 +08:00
|
|
|
"description": "FB (Facebook) + GEMM (General Matrix-Matrix Multiplication)",
|
|
|
|
"homepage": "https://code.fb.com/ml-applications/fbgemm/",
|
2022-04-13 03:47:40 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2024-07-06 01:57:37 +08:00
|
|
|
"supports": "!arm & !x86 & !uwp",
|
2021-03-20 01:03:17 +08:00
|
|
|
"dependencies": [
|
|
|
|
"asmjit",
|
2021-09-14 11:04:23 +08:00
|
|
|
"cpuinfo",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-03-20 01:03:17 +08:00
|
|
|
]
|
|
|
|
}
|