Lookup Table (LUT) Methods for Mixed-Precision Matrix Computation #4
5000user5000
started this conversation in
Research Notes
Replies: 1 comment 1 reply
-
|
I am currently using method 1 to implement LUT on PR #18 — the Element-wise method or Direct Mapping method. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are several ways to implement lookup tables for mixed-precision matrix operations:
Direct Mapping (Quantized Lookup)
Bitwise Decomposition (Bit-Serial Multiplication)
Vector Quantized LUT (VQ-LUT)
LUT Compression Techniques
Beta Was this translation helpful? Give feedback.
All reactions