File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -332,12 +332,6 @@ test_perf_for_dashboard() {
332
332
--accuracy --" $mode " --" $dtype " --backend " $backend " --dynamic-shapes \
333
333
--dynamic-batch-only --disable-cudagraphs " $@ " \
334
334
--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
341
335
fi
342
336
343
337
# Run performance test
@@ -357,13 +351,6 @@ test_perf_for_dashboard() {
357
351
--performance --cold-start-latency --" $mode " --" $dtype " --backend " $backend " --dynamic-shapes \
358
352
--dynamic-batch-only --disable-cudagraphs " $@ " \
359
353
--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
367
354
fi
368
355
done
369
356
}
You can’t perform that action at this time.
0 commit comments