Merge commit '8d43155bce73226b0030dcfbb12f95e62c4abe46' into develop

This commit is contained in:
assistant-librarian[bot]
2025-09-02 18:13:41 +00:00
parent e5f0985b7b
commit e52eb4ca8a

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