mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 18:19:07 +08:00
12 lines
279 B
JSON
12 lines
279 B
JSON
|
{
|
||
|
"name": "fbgemm",
|
||
|
"version-date": "2021-03-18",
|
||
|
"description": "FB (Facebook) + GEMM (General Matrix-Matrix Multiplication)",
|
||
|
"homepage": "https://code.fb.com/ml-applications/fbgemm/",
|
||
|
"supports": "!(x86 | uwp)",
|
||
|
"dependencies": [
|
||
|
"asmjit",
|
||
|
"cpuinfo"
|
||
|
]
|
||
|
}
|