Skip to content

Commit

Permalink
Update test to use new option (triton-inference-server#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkotila authored Apr 9, 2022
1 parent 7b1ae34 commit d65c30b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qa/L0_perf_analyzer/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -791,13 +791,13 @@ set +e
mpiexec --allow-run-as-root \
-n 1 --merge-stderr-to-stdout --output-filename . --tag-output --timestamp-output \
$PERF_ANALYZER -v -m graphdef_int32_int32_int32 \
--measurement-mode count_windows -s 50 : \
--measurement-mode count_windows -s 50 --enable-mpi : \
-n 1 --merge-stderr-to-stdout --output-filename . --tag-output --timestamp-output \
$PERF_ANALYZER -v -m graphdef_nobatch_int32_int32_int32 \
--measurement-mode count_windows -s 50 : \
--measurement-mode count_windows -s 50 --enable-mpi : \
-n 1 --merge-stderr-to-stdout --output-filename . --tag-output --timestamp-output \
$PERF_ANALYZER -v -m custom_zero_1_float32 \
--measurement-mode count_windows -s 50
--measurement-mode count_windows -s 50 --enable-mpi
if [ $? -ne 0 ]; then
cat 1/rank.0/stdout 1/rank.2/stdout 1/rank.2/stdout
echo -e "\n***\n*** Perf Analyzer returned non-zero exit code\n***"
Expand Down

0 comments on commit d65c30b

Please sign in to comment.