Skip to content

Commit

Permalink
Update scripts/capture-hw-details.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anmyachev authored Sep 27, 2024
1 parent 058d6d8 commit ab232c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/capture-hw-details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi
if [[ "${USE_IPEX}" == "1" ]]; then
BENCHMARKING_METHOD="PYTORCH_LEGACY_PROFILER_USING_IPEX"
elif [[ "${USE_IPEX}" == "0" ]]; then
BENCHMARKING_METHOD="PYTORCH_UPSTREAM_PROFILER_USING_PTI"
BENCHMARKING_METHOD="ELAPSED_TIME"
fi

if [ "$QUIET" = false ]; then
Expand Down

0 comments on commit ab232c3

Please sign in to comment.