Skip to content

Commit 90c44b1

Browse files
Revert "[CI] Start to collect inference perf with cpp_wrapper ON (pytorch#100187)"
This reverts commit 3e87fc5. Reverted pytorch#100187 on behalf of https://github.com/desertfire due to scheduled dashboard run failed
1 parent 07c02b9 commit 90c44b1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.ci/pytorch/test.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,6 @@ test_perf_for_dashboard() {
332332
--accuracy --"$mode" --"$dtype" --backend "$backend" --dynamic-shapes \
333333
--dynamic-batch-only --disable-cudagraphs "$@" \
334334
--output "$TEST_REPORTS_DIR/${backend}_dynamic_${suite}_${dtype}_${mode}_cuda_accuracy.csv"
335-
if [[ "$mode" == "inference" ]]; then
336-
# collect inference results with cpp_wrapper on
337-
python "benchmarks/dynamo/$suite.py" \
338-
--accuracy --"$mode" --"$dtype" --backend "$backend" --disable-cudagraphs --cpp-wrapper "$@" \
339-
--output "$TEST_REPORTS_DIR/${backend}_cpp_wrapper_${suite}_${dtype}_${mode}_cuda_accuracy.csv"
340-
fi
341335
fi
342336

343337
# Run performance test
@@ -357,13 +351,6 @@ test_perf_for_dashboard() {
357351
--performance --cold-start-latency --"$mode" --"$dtype" --backend "$backend" --dynamic-shapes \
358352
--dynamic-batch-only --disable-cudagraphs "$@" \
359353
--output "$TEST_REPORTS_DIR/${backend}_dynamic_${suite}_${dtype}_${mode}_cuda_performance.csv"
360-
if [[ "$mode" == "inference" ]]; then
361-
# collect inference results with cpp_wrapper on
362-
python "benchmarks/dynamo/$suite.py" \
363-
--performance --cold-start-latency --"$mode" --"$dtype" --backend "$backend" \
364-
--disable-cudagraphs --cpp-wrapper "$@" \
365-
--output "$TEST_REPORTS_DIR/${backend}_cpp_wrapper_${suite}_${dtype}_${mode}_cuda_performance.csv"
366-
fi
367354
fi
368355
done
369356
}

0 commit comments

Comments
 (0)