From 08341ded442d30f9abda84a360356c2ea89ca87f Mon Sep 17 00:00:00 2001 From: gobhardw Date: Mon, 1 Apr 2024 18:35:55 +0000 Subject: [PATCH] Fixiing roctracer tests for MI300 Change-Id: Id8d2bdd78c857ed40ba331db652177beb91d6230 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 81ac862933..d60c46c06a 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ if [ -z "$PACKAGE_PREFIX" ] ; then PACKAGE_PREFIX="$ROCM_PATH/$COMPONENT"; fi if [ -z "$PREFIX_PATH" ] ; then PREFIX_PATH=$PACKAGE_ROOT; fi if [ -z "$HIP_VDI" ] ; then HIP_VDI=0; fi if [ -n "$ROCM_RPATH" ] ; then LD_RUNPATH_FLAG=" -Wl,--enable-new-dtags -Wl,--rpath,${ROCM_RPATH}"; fi -if [ -z "$GPU_LIST" ] ; then GPU_LIST="gfx900 gfx906 gfx908 gfx90a gfx940 gfx1030 gfx1100 gfx1101 gfx1102"; fi +if [ -z "$GPU_LIST" ] ; then GPU_LIST="gfx900 gfx906 gfx908 gfx90a gfx940 gfx941 gfx942 gfx1030 gfx1100 gfx1101 gfx1102"; fi ROCTRACER_ROOT=$(cd $ROCTRACER_ROOT && echo $PWD)