[CPU] Add FP8 Bmm support (#9744)

Co-authored-by: Fan Yin <1106310035@qq.com>
This commit is contained in:
blzheng
2026-03-18 22:19:48 -07:00
committed by GitHub
co-authored by Fan Yin
parent c2b01bd2fc
commit cd22aa27a9
14 changed files with 584 additions and 83 deletions
+1
View File
@@ -49,6 +49,7 @@ suite_xeon = {
"per-commit-cpu": [
TestFile("cpu/test_activation.py"),
TestFile("cpu/test_binding.py"),
TestFile("cpu/test_bmm.py"),
TestFile("cpu/test_causal_conv1d.py"),
TestFile("cpu/test_cpu_graph.py"),
TestFile("cpu/test_decode.py"),