diff --git a/runners/launch_mi355x-amds.sh b/runners/launch_mi355x-amds.sh index ab838d11f3..49c3af0cf5 100644 --- a/runners/launch_mi355x-amds.sh +++ b/runners/launch_mi355x-amds.sh @@ -322,6 +322,7 @@ else --container-remap-root \ --no-container-entrypoint --export=ALL,AIPERF_DATASET_MMAP_CACHE_DIR=/aiperf_mmap_cache \ bash "$BENCHMARK_SCRIPT" + benchmark_rc=$? scancel $JOB_ID @@ -329,4 +330,6 @@ else echo "gpucore files exist. not good" rm -f gpucore.* fi + + exit "$benchmark_rc" fi diff --git a/utils/aiperf b/utils/aiperf index 49634d1c6c..754356e9a3 160000 --- a/utils/aiperf +++ b/utils/aiperf @@ -1 +1 @@ -Subproject commit 49634d1c6c2e6dcc18979d704a65e7c7064efc49 +Subproject commit 754356e9a39acc6cc6afb242d123bb57c3fb6f75