Registry / other / fbgemm

fbgemm

JSON →
library1.0.0vcpkgunverified

FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - a low-precision, high-performance matrix-matrix multiplication library.

vcpkg install fbgemm
INSTALL
IMPORT
SIG · FBGEMM
F
fbgemm
othercppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fbgemm/Fbgemm.h
#include <fbgemm/Fbgemm.h>

Minimal FBGEMM usage showing include and basic structure.

#include <fbgemm/Fbgemm.h> #include <iostream> int main() { // Example: create a packed matrix and run a GEMM // (actual usage requires tensor setup) std::cout << "FBGEMM ready\n"; return 0; }
Debug
Known issues
breakingFBGEMM requires AVX2 or ARM NEON support at runtime; will crash on older CPUs.
fix
Check CPU capabilities before calling FBGEMM functions, or use a fallback library.
affects: all
Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

fbgemm — pip install fbgemm · libregistry