fix the errors (#2771)

[ROCm/composable_kernel commit: 8d43155bce]
This commit is contained in:
Thomas Ning
2025-09-02 14:04:21 -04:00
committed by GitHub
parent 793645c57c
commit efbe1c0291

View File

@@ -28,16 +28,10 @@ if [ $# -ge 1 ]; then
REST_ARGS=("$@")
;;
*)
echo "No GPU targets provided, using default targets: gfx908;gfx90a;gfx942"
GPU_TARGETS="gfx908;gfx90a;gfx942"
shift 1
REST_ARGS=("$@")
;;
esac
else
echo "No GPU targets provided, using default targets: gfx908;gfx90a;gfx942"
GPU_TARGETS="gfx908;gfx90a;gfx942"
shift 1
REST_ARGS=("$@")
fi