From 891026f90a6d8478efda07a45cffa39129b57aa0 Mon Sep 17 00:00:00 2001 From: Ruturaj4 Date: Tue, 26 Nov 2024 11:27:32 -0600 Subject: [PATCH] [ROCm] Change run_multi_gpu set opts --- build/rocm/run_multi_gpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rocm/run_multi_gpu.sh b/build/rocm/run_multi_gpu.sh index b5d5798e7920..aa1d4d0f38ed 100755 --- a/build/rocm/run_multi_gpu.sh +++ b/build/rocm/run_multi_gpu.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -eu +set -xu # Function to run tests with specified GPUs run_tests() {