-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sw: Add GEMM baselines without SSR & frep extensions (#83)
* gemm: Add fp32 SIMD baseline kernel without SSR and frep extensions * gemm: Remove clean up of columns This is not needed for not-unrolled kernels * gemm: Implement fp16 baseline * gemm: Implement fp8 baseline * gemm: Try to verify fp8 * lint: Python sources * gemm: Parametrize type of kernels as baseline/optimized + align gemm signatures * gemm: Rename naive baseline kernels to `naive` * gemm: Clean up comments * gemm: Format code * gemm: Fix function arguments * gemm: Formatting * gemm: Format back with `clang-fomat-10` * gemm: Remove deprecated verify function * gemm: Fix error threshold * verify: Remove unused constant numpy types
- Loading branch information
Showing
2 changed files
with
204 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.