fix the errors (#2771)

This commit is contained in:
Thomas Ning
2025-09-02 14:04:21 -04:00
committed by GitHub
parent 9f35cde374
commit 8d43155bce

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