Skip to content

Commit c7245de

Browse files
authored
Update README.md (#1050)
* Update README.md * Update README.md
1 parent 82f6f16 commit c7245de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradlib/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ By gradlib, we can confirm the parameter of GEMMs with best performance in the s
1818

1919
`
2020
AITER_TUNE_GEMM=1 python {workload_tests}
21-
shapes will be captured in aiter/configs/untuned_gemm.csv
2221
`
22+
23+
then shapes will be captured in aiter/configs/untuned_gemm.csv
2324
2. to tune GEMMs in aiter/configs/untuned_gemm.csv,
2425
run
2526

2627
`
2728
python3 gradlib/gradlib/gemm_tuner.py --tuned_file aiter/configs/tuned_gemm.csv --input_file aiter/configs/untuned_gemm.csv
2829
`
29-
4. then run your test as normal~
30+
3. then run your test as normal~

0 commit comments

Comments
 (0)