From 2d54bf4e78b79bb53816cf89beb5c03a90c96aaf Mon Sep 17 00:00:00 2001 From: Cam Quilici Date: Wed, 12 Aug 2026 06:40:57 -0500 Subject: [PATCH] fix(agentx): bump AIPerf and propagate MI355X failures Signed-off-by: Cam Quilici --- runners/launch_mi355x-amds.sh | 3 +++ utils/aiperf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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