aboutsummaryrefslogtreecommitdiff
path: root/ports/fbgemm/vcpkg.json
blob: 3d1de8260ae80533ddc703d1abac8b0f071ed597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "fbgemm",
  "version-date": "2021-03-18",
  "port-version": 1,
  "description": "FB (Facebook) + GEMM (General Matrix-Matrix Multiplication)",
  "homepage": "https://code.fb.com/ml-applications/fbgemm/",
  "supports": "!(x86 | uwp)",
  "dependencies": [
    "asmjit",
    "cpuinfo"
  ]
}