Skip to content

Commit

Permalink
Update on "[CI] Collect inductor max-autotune performance every Sunday"
Browse files Browse the repository at this point in the history
cc soumith voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx

[ghstack-poisoned]
  • Loading branch information
desertfire committed Apr 18, 2023
1 parent 57d526b commit 1affb96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/pytorch/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ test_perf_for_dashboard() {
python "benchmarks/dynamo/$suite.py" \
--accuracy --"$mode" --"$dtype" --backend "$backend" --dynamic-shapes --dynamic-batch-only --disable-cudagraphs "$@" \
--output "$TEST_REPORTS_DIR/${backend}_dynamic_${suite}_${dtype}_${mode}_cuda_accuracy.csv"
fi
# Only test this one config for max-autotune
python "benchmarks/dynamo/$suite.py" \
--accuracy --"$mode" --"$dtype" --backend "$backend" "$@" \
Expand All @@ -317,6 +318,7 @@ test_perf_for_dashboard() {
--performance --cold-start-latency --"$mode" --"$dtype" --backend "$backend" --dynamic-shapes \
--dynamic-batch-only --disable-cudagraphs "$@" \
--output "$TEST_REPORTS_DIR/${backend}_dynamic_${suite}_${dtype}_${mode}_cuda_performance.csv"
fi
# Only test this one config for max-autotune
python "benchmarks/dynamo/$suite.py" \
--performance --cold-start-latency --"$mode" --"$dtype" --backend "$backend" "$@" \
Expand Down

0 comments on commit 1affb96

Please sign in to comment.