forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added reference mamtul weights decompression kernel
- Loading branch information
1 parent
f2fc37b
commit a95cfa3
Showing
4 changed files
with
34 additions
and
2 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
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
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
Submodule onednn
updated
4 files
+10 −0 | src/cpu/cpu_primitive.hpp | |
+25 −1 | src/cpu/x64/jit_brgemm_inner_product.cpp | |
+9 −1 | src/cpu/x64/jit_brgemm_inner_product_utils.cpp | |
+3 −0 | src/cpu/x64/jit_brgemm_primitive_conf.hpp |