Renew scripts

This commit is contained in:
2026-07-24 10:17:33 +00:00
parent c8a42b66ee
commit f98ec10fd0
3 changed files with 36 additions and 22 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ ttgir 关键设计:
```bash
# A 侧(基线编译器):正常跑,自动 record autotune 选择
bash run_pytest.sh # -> runs/<op>_<ts_A>/
bash run_pytest.sh # -> runs/<op>_<ts_A>/
# B 侧(改动后编译器):replay A 侧的 config,保证两侧同 config
REPLAY_FROM=$PWD/runs/<op>_<ts_A> bash run_pytest.sh