From f82f30e04f1d53ec28c085414fc39fec7b8996be Mon Sep 17 00:00:00 2001 From: felixwqp Date: Fri, 15 Aug 2025 05:38:40 +0000 Subject: [PATCH 01/19] Update the xla commit to experiment potential fix for concatenate on large number of zero-broadcasts --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 0ff2e14338..2310f43beb 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -47,7 +47,7 @@ jobs: julia_version: - '1.11' xla_commit: - - '' + - '38285eb34756919913c5e575b12403f4a1c5e0e0' # - 'b25f3cbed2bc88c8ffef85f6a5319e2cf7b0454c' gb25_commit: - 'main' From 94619f5d0831c83ea99074dade058514c796b0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Fri, 15 Aug 2025 09:17:48 +0200 Subject: [PATCH 02/19] Use larger grid to trigger failure condition --- .github/workflows/test-gb-25.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 2310f43beb..5d30e033cc 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -50,7 +50,7 @@ jobs: - '38285eb34756919913c5e575b12403f4a1c5e0e0' # - 'b25f3cbed2bc88c8ffef85f6a5319e2cf7b0454c' gb25_commit: - - 'main' + - '7f596224736d3778a5da7b0d6bb7dadce355f28' # - '0123456789abcdef0123456789abcdef01234567' reactant_commit: - 'main' @@ -178,6 +178,9 @@ jobs: - name: Run GB-25 simulation timeout-minutes: 60 run: | + export GB25_GRID_X="6144" + export GB25_GRID_Y="1536" + export GB25_GRID_Z="4" export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl working-directory: ${{ env.GB25_DIR }} From 944c508691c3b70cc2fd656ba2d6b66a47c1f5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Fri, 15 Aug 2025 20:04:34 +0200 Subject: [PATCH 03/19] [CI] Use branch name instad of commit I don't understand why the commit doesn't work now when it worked in the other PR a few days ago, but the branch name should be good. --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 5d30e033cc..4a32ae1ded 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -50,7 +50,7 @@ jobs: - '38285eb34756919913c5e575b12403f4a1c5e0e0' # - 'b25f3cbed2bc88c8ffef85f6a5319e2cf7b0454c' gb25_commit: - - '7f596224736d3778a5da7b0d6bb7dadce355f28' + - 'mg/sharded-factors' # - '0123456789abcdef0123456789abcdef01234567' reactant_commit: - 'main' From ae8e45b05f94dd2882f336accaa220d3dbc7b2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Sat, 16 Aug 2025 00:13:26 +0200 Subject: [PATCH 04/19] [CI] Compare with default XLA commit --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 4a32ae1ded..0d7fee1acc 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -47,8 +47,8 @@ jobs: julia_version: - '1.11' xla_commit: + - '' - '38285eb34756919913c5e575b12403f4a1c5e0e0' - # - 'b25f3cbed2bc88c8ffef85f6a5319e2cf7b0454c' gb25_commit: - 'mg/sharded-factors' # - '0123456789abcdef0123456789abcdef01234567' From f887a3dc46f54faed2b71f6fb685b47924cfe807 Mon Sep 17 00:00:00 2001 From: felixwqp Date: Sat, 16 Aug 2025 17:49:09 +0000 Subject: [PATCH 05/19] Remove the grid override to bypass OOM Update xla commit --- .github/workflows/test-gb-25.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 0d7fee1acc..43cffb3d99 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -47,8 +47,7 @@ jobs: julia_version: - '1.11' xla_commit: - - '' - - '38285eb34756919913c5e575b12403f4a1c5e0e0' + - '1ac176a9b8b4800bc2753d944eec62a39e6189b8' gb25_commit: - 'mg/sharded-factors' # - '0123456789abcdef0123456789abcdef01234567' @@ -178,9 +177,6 @@ jobs: - name: Run GB-25 simulation timeout-minutes: 60 run: | - export GB25_GRID_X="6144" - export GB25_GRID_Y="1536" - export GB25_GRID_Z="4" export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl working-directory: ${{ env.GB25_DIR }} From 931882dfedeb66bb121a65f202ddb2c31f7d37f0 Mon Sep 17 00:00:00 2001 From: William Moses Date: Mon, 18 Aug 2025 22:38:54 -0700 Subject: [PATCH 06/19] Update test-gb-25.yml --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 43cffb3d99..00b1903b6b 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -47,7 +47,7 @@ jobs: julia_version: - '1.11' xla_commit: - - '1ac176a9b8b4800bc2753d944eec62a39e6189b8' + - '125d623a83cb2bf32aa8a20909aae84991ad9b91' gb25_commit: - 'mg/sharded-factors' # - '0123456789abcdef0123456789abcdef01234567' From 028e97f2969dc03b2acaf6d1842416106b76aa5a Mon Sep 17 00:00:00 2001 From: William Moses Date: Tue, 19 Aug 2025 09:35:20 +0200 Subject: [PATCH 07/19] big grid --- .github/workflows/test-gb-25.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 00b1903b6b..e41b1c28fe 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -178,6 +178,9 @@ jobs: timeout-minutes: 60 run: | export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' + export GB25_GRID_X="6144" + export GB25_GRID_Y="1536" + export GB25_GRID_Z="4" timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl working-directory: ${{ env.GB25_DIR }} - name: Test correctness in GB-25 code From bb4be32e99ade750b051ab6b075692d53b8bd93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:37:50 +0200 Subject: [PATCH 08/19] Fix setting larger grid --- .github/workflows/test-gb-25.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index e41b1c28fe..46456e574e 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -178,10 +178,7 @@ jobs: timeout-minutes: 60 run: | export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' - export GB25_GRID_X="6144" - export GB25_GRID_Y="1536" - export GB25_GRID_Z="4" - timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl + timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 working-directory: ${{ env.GB25_DIR }} - name: Test correctness in GB-25 code timeout-minutes: 20 From c66d2fabcde646d2578357491a455447625e6d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 19 Aug 2025 14:19:36 +0200 Subject: [PATCH 09/19] [CI] Go back to using default GB-25 and XLA commits --- .github/workflows/test-gb-25.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 46456e574e..3509a0dea7 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -47,9 +47,10 @@ jobs: julia_version: - '1.11' xla_commit: - - '125d623a83cb2bf32aa8a20909aae84991ad9b91' + - '' + # - 'b25f3cbed2bc88c8ffef85f6a5319e2cf7b0454c' gb25_commit: - - 'mg/sharded-factors' + - 'main' # - '0123456789abcdef0123456789abcdef01234567' reactant_commit: - 'main' From 4424832888bb79dbdb9132314a51678cdb18d2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sat, 23 Aug 2025 09:57:32 +0200 Subject: [PATCH 10/19] Checkout GB-25 branch with reduced code --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 3509a0dea7..cdc472b556 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -128,7 +128,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'PRONTOLab/GB-25' - ref: ${{ matrix.gb25_commit }} + ref: 'mg/oom-reproducer' path: 'GB-25' - name: Set GB25_DIR # We have to use `${GITHUB_WORKSPACE}` instead of `github.workspace` because GitHub From a03626fac7cea443b7340d1d14f8fb13065af3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Sat, 23 Aug 2025 12:40:07 +0200 Subject: [PATCH 11/19] Skip correctness step --- .github/workflows/test-gb-25.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index cdc472b556..42d6e6537a 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -181,11 +181,11 @@ jobs: export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 working-directory: ${{ env.GB25_DIR }} - - name: Test correctness in GB-25 code - timeout-minutes: 20 - run: | - timeout --signal=TERM --verbose 19m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict correctness/correctness_sharded_baroclinic_instability_simulation_run.jl - working-directory: ${{ env.GB25_DIR }} + # - name: Test correctness in GB-25 code + # timeout-minutes: 20 + # run: | + # timeout --signal=TERM --verbose 19m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict correctness/correctness_sharded_baroclinic_instability_simulation_run.jl + # working-directory: ${{ env.GB25_DIR }} - name: Upload MLIR and XLA modules uses: actions/upload-artifact@v4 timeout-minutes: 10 From 0bd93ae122ca70c70e38719bc0a9a32180785834 Mon Sep 17 00:00:00 2001 From: William Moses Date: Wed, 3 Sep 2025 17:06:05 -0500 Subject: [PATCH 12/19] Add 'wsmoses-patch-7' to reactant_commit branch --- .github/workflows/test-gb-25.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 42d6e6537a..4b65a5709e 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -54,6 +54,7 @@ jobs: # - '0123456789abcdef0123456789abcdef01234567' reactant_commit: - 'main' + - 'wsmoses-patch-7' # - "ap/updated_no_nan" steps: From 79bfbc13e57860f8d43e6d22381dc2491978aef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Fri, 12 Sep 2025 22:53:47 +0100 Subject: [PATCH 13/19] Run with an even smaller kernel --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index eb7189546c..88a2cb39d9 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -188,7 +188,7 @@ jobs: timeout-minutes: 60 run: | export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' - timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 + timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 --test-type=fill_north_south working-directory: ${{ env.GB25_DIR }} # - name: Test correctness in GB-25 code # timeout-minutes: 20 From 223057e7378aaa34bbfb0613b9aa368fdb468bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sat, 13 Sep 2025 15:08:49 +0100 Subject: [PATCH 14/19] Change test type from fill_north_south to fill_east_west --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 88a2cb39d9..5f78879554 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -188,7 +188,7 @@ jobs: timeout-minutes: 60 run: | export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' - timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 --test-type=fill_north_south + timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 --test-type=fill_east_west working-directory: ${{ env.GB25_DIR }} # - name: Test correctness in GB-25 code # timeout-minutes: 20 From 822c7e3c7885e2794d1eb36c828ba3baf57ccf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sat, 13 Sep 2025 15:09:08 +0100 Subject: [PATCH 15/19] Comment out reactant_commit branch entry --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 5f78879554..1300f468b1 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -54,7 +54,7 @@ jobs: # - '0123456789abcdef0123456789abcdef01234567' reactant_commit: - 'main' - - 'wsmoses-patch-7' + # - 'wsmoses-patch-7' steps: - name: Check GPUs From b7cf38eebdbb60bb8d59f71dc435f9f1f79bdf9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sat, 13 Sep 2025 15:59:13 +0100 Subject: [PATCH 16/19] Update test-gb-25.yml --- .github/workflows/test-gb-25.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 1300f468b1..314b3f5a92 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -184,12 +184,24 @@ jobs: julia --project --color=yes -e "using MPI; MPI.install_mpiexecjl(; destdir=\"${MPIEXECJL_DIR}\")" echo "${MPIEXECJL_DIR}" >> "${GITHUB_PATH}" working-directory: ${{ env.GB25_DIR }} - - name: Run GB-25 simulation + - name: Run GB-25 simulation (east-west) timeout-minutes: 60 run: | - export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump' + export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump_east_west' timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 --test-type=fill_east_west working-directory: ${{ env.GB25_DIR }} + - name: Run GB-25 simulation (north-south) + timeout-minutes: 60 + run: | + export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump_north_south' + timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 --test-type=fill_north_south + working-directory: ${{ env.GB25_DIR }} + - name: Run GB-25 simulation (all regions) + timeout-minutes: 60 + run: | + export XLA_FLAGS='--xla_dump_to=${{ env.GB25_DIR }}/xla_dump_all' + timeout --signal=TERM --verbose 59m mpiexecjl -np 1 julia --color=yes --project -O0 --startup-file=no --threads=16 --compiled-modules=strict sharding/sharded_baroclinic_instability_simulation_run.jl --grid-x=6144 --grid-y=1536 --grid-z=4 + working-directory: ${{ env.GB25_DIR }} # - name: Test correctness in GB-25 code # timeout-minutes: 20 # run: | From ea4169a088043d67e405673e10a706e1e8d6f18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:00:06 +0100 Subject: [PATCH 17/19] Update artifact path to include xla_dump wildcard --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 314b3f5a92..3e235a1247 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -224,7 +224,7 @@ jobs: if: ${{ !cancelled() }} with: name: 'simulation-xla-dump-${{ env.ARTIFACT_INDEX }}' - path: '${{ env.GB25_DIR }}/**/xla_dump' + path: '${{ env.GB25_DIR }}/**/xla_dump*' retention-days: 90 overwrite: false - name: Upload XLA profiler traces From 6caac711609023e10b9c55813c7ed341117e94a6 Mon Sep 17 00:00:00 2001 From: William Moses Date: Tue, 30 Sep 2025 10:50:24 -0500 Subject: [PATCH 18/19] Update reactant_commit branch in workflow file --- .github/workflows/test-gb-25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 40ba8984fb..9a9267ab99 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -54,7 +54,7 @@ jobs: # - '0123456789abcdef0123456789abcdef01234567' reactant_commit: - 'main' - # - 'wsmoses-patch-7' + - 'wsmoses-patch-8' steps: - name: Check GPUs From 5fe17dbaca9f1afa54a3134e739b1cc6e526f89b Mon Sep 17 00:00:00 2001 From: William Moses Date: Tue, 30 Sep 2025 13:36:27 -0500 Subject: [PATCH 19/19] Add conditional step to check for GPUs --- .github/workflows/test-gb-25.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-gb-25.yml b/.github/workflows/test-gb-25.yml index 9a9267ab99..92894b2915 100644 --- a/.github/workflows/test-gb-25.yml +++ b/.github/workflows/test-gb-25.yml @@ -56,6 +56,7 @@ jobs: - 'main' - 'wsmoses-patch-8' + steps: - name: Check GPUs if: ${{ contains(matrix.os, 'a100') }}