Commit Graph

477 Commits

Author SHA1 Message Date
03d3a61b2c Remove mistakenly pushed temp file: bug_test.csv 2026-09-03 11:34:59 +00:00
2d5ba83a7f Remove mistakenly pushed temp file: bug2.csv 2026-09-03 11:34:59 +00:00
647115dbc7 Remove mistakenly pushed temp file: bug1_p.csv 2026-09-03 11:34:57 +00:00
f114459bef Remove mistakenly pushed temp file: bug1_out.csv 2026-09-03 11:34:56 +00:00
38f66a183a Remove mistakenly pushed temp file: bug1.csv 2026-09-03 11:34:55 +00:00
87b7be551a Update BMM_Theory: tests/test_branches.py (fix review issues #4-#10) 2026-09-03 11:34:36 +00:00
cff5665408 Update BMM_Theory: examples/result_recommend.csv (fix review issues #4-#10) 2026-09-03 11:34:34 +00:00
bbef360ae7 Update BMM_Theory: examples/result_evaluate.csv (fix review issues #4-#10) 2026-09-03 11:34:33 +00:00
593ffcf76f Update BMM_Theory: docs/01_软件架构.md (fix review issues #4-#10) 2026-09-03 11:34:29 +00:00
f756729e43 Update BMM_Theory: bmm_theory/branches/stream_k.py (fix review issues #4-#10) 2026-09-03 11:34:27 +00:00
1385d01816 Update BMM_Theory: bmm_theory/branches/merge_batch.py (fix review issues #4-#10) 2026-09-03 11:34:26 +00:00
c0b358fa94 Update BMM_Theory: bmm_theory/branches/iter_batch.py (fix review issues #4-#10) 2026-09-03 11:34:25 +00:00
e6aa792cc2 Update BMM_Theory: bmm_theory/branches/asw_basic.py (fix review issues #4-#10) 2026-09-03 11:34:23 +00:00
933b428c06 Update BMM_Theory: bmm_theory/timing.py (fix review issues #4-#10) 2026-09-03 11:34:20 +00:00
dad4585216 Update BMM_Theory: bmm_theory/router.py (fix review issues #4-#10) 2026-09-03 11:34:20 +00:00
9ef240f505 Update BMM_Theory: bmm_theory/io_csv.py (fix review issues #4-#10) 2026-09-03 11:34:18 +00:00
0c19d99d3a Update BMM_Theory: bmm_theory/evaluator.py (fix review issues #4-#10) 2026-09-03 11:34:17 +00:00
16a84ac45c Add BMM_Theory: bmm_theory/constraints.py (fix review issues #4-#10) 2026-09-03 11:34:16 +00:00
b57ba5748f Update BMM_Theory: bmm_theory/__main__.py (fix review issues #4-#10) 2026-09-03 11:34:15 +00:00
006aa5963b Add BMM_Theory: t_p.csv (fix review issues #4-#10) 2026-09-03 11:34:14 +00:00
64cfc4454f Add BMM_Theory: t_out.csv (fix review issues #4-#10) 2026-09-03 11:34:13 +00:00
034d4016b1 Add BMM_Theory: t.csv (fix review issues #4-#10) 2026-09-03 11:34:12 +00:00
71abe829b9 Add BMM_Theory: p2.csv (fix review issues #4-#10) 2026-09-03 11:34:12 +00:00
7f2ba8535e Add BMM_Theory: bug_test.csv (fix review issues #4-#10) 2026-09-03 11:34:11 +00:00
43b992e777 Add BMM_Theory: bug2.csv (fix review issues #4-#10) 2026-09-03 11:34:10 +00:00
9a0521ede0 Add BMM_Theory: bug1_p.csv (fix review issues #4-#10) 2026-09-03 11:34:09 +00:00
4192877509 Add BMM_Theory: bug1_out.csv (fix review issues #4-#10) 2026-09-03 11:34:08 +00:00
0e644ac2bf Add BMM_Theory: bug1.csv (fix review issues #4-#10) 2026-09-03 11:34:07 +00:00
7bcacef200 Update BMM_Theory: README.md (fix review issues #4-#10) 2026-09-03 11:34:06 +00:00
d36e224eb1 Add BMM_Theory: docs/03_测评报告/ 软件测评报告 v1.0 2026-09-03 18:56:03 +08:00
5ab04bab11 Update BMM_Theory: tests/test_branches.py 2026-09-03 09:25:58 +00:00
1ddedb5ebe Update BMM_Theory: examples/result_recommend.csv 2026-09-03 09:25:57 +00:00
4f9d2a258b Update BMM_Theory: examples/result_evaluate.csv 2026-09-03 09:25:56 +00:00
d591e56276 Update BMM_Theory: examples/plans.csv 2026-09-03 09:25:53 +00:00
2b309bc676 Update BMM_Theory: examples/cases_demo.csv 2026-09-03 09:25:52 +00:00
416362dec4 Add BMM_Theory: docs/02_分支理论/07_尾轮处理策略.md 2026-09-03 09:25:51 +00:00
47064c22de Add BMM_Theory: docs/02_分支理论/06_ASW_Basic分支.md 2026-09-03 09:25:50 +00:00
8664dd5e57 Add BMM_Theory: docs/02_分支理论/05_StreamK分支.md 2026-09-03 09:25:49 +00:00
a64fbd72a6 Add BMM_Theory: docs/02_分支理论/04_特殊分支.md 2026-09-03 09:25:48 +00:00
df035598b4 Add BMM_Theory: docs/02_分支理论/03_转Matmul分支.md 2026-09-03 09:25:47 +00:00
149de60c3d Add BMM_Theory: bmm_theory/branches/to_matmul.py 2026-09-03 09:25:44 +00:00
ee2ea4d33c Add BMM_Theory: bmm_theory/branches/stream_k.py 2026-09-03 09:25:43 +00:00
e7da2e0a0b Add BMM_Theory: bmm_theory/branches/special.py 2026-09-03 09:25:42 +00:00
6a24b5d945 Add BMM_Theory: bmm_theory/branches/asw_basic.py 2026-09-03 09:25:40 +00:00
113769b657 Update BMM_Theory: bmm_theory/branches/__init__.py 2026-09-03 09:25:39 +00:00
5bee731570 Update BMM_Theory: bmm_theory/router.py 2026-09-03 09:25:38 +00:00
9ba8c7dc99 Update BMM_Theory: bmm_theory/models.py 2026-09-03 09:25:37 +00:00
b5ddd6c82f Update BMM_Theory: bmm_theory/evaluator.py 2026-09-03 09:25:35 +00:00
0ef5903d64 Update BMM_Theory: README.md 2026-09-03 09:25:34 +00:00
57099b0d7e Update BMM_Theory: README.md 2026-09-03 08:13:35 +00:00