Skip to content
Draft
Changes from 7 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f82f30e
Update the xla commit to experiment potential fix for concatenate on …
felixwqp Aug 15, 2025
94619f5
Use larger grid to trigger failure condition
giordano Aug 15, 2025
944c508
[CI] Use branch name instad of commit
giordano Aug 15, 2025
ae8e45b
[CI] Compare with default XLA commit
giordano Aug 15, 2025
f887a3d
Remove the grid override to bypass OOM
felixwqp Aug 16, 2025
931882d
Update test-gb-25.yml
wsmoses Aug 19, 2025
028e97f
big grid
wsmoses Aug 19, 2025
bb4be32
Fix setting larger grid
giordano Aug 19, 2025
c66d2fa
[CI] Go back to using default GB-25 and XLA commits
giordano Aug 19, 2025
4424832
Checkout GB-25 branch with reduced code
giordano Aug 23, 2025
a03626f
Skip correctness step
giordano Aug 23, 2025
0bd93ae
Add 'wsmoses-patch-7' to reactant_commit branch
wsmoses Sep 3, 2025
2f01821
Merge branch 'main' into wfelix_xla_dev
giordano Sep 3, 2025
62cc059
Merge branch 'main' into wfelix_xla_dev
giordano Sep 10, 2025
79bfbc1
Run with an even smaller kernel
giordano Sep 12, 2025
223057e
Change test type from fill_north_south to fill_east_west
giordano Sep 13, 2025
822c7e3
Comment out reactant_commit branch entry
giordano Sep 13, 2025
b7cf38e
Update test-gb-25.yml
giordano Sep 13, 2025
ea4169a
Update artifact path to include xla_dump wildcard
giordano Sep 13, 2025
7b28516
Merge branch 'main' into wfelix_xla_dev
wsmoses Sep 30, 2025
6caac71
Update reactant_commit branch in workflow file
wsmoses Sep 30, 2025
5fe17db
Add conditional step to check for GPUs
wsmoses Sep 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/test-gb-25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
julia_version:
- '1.11'
xla_commit:
- ''
# - 'b25f3cbed2bc88c8ffef85f6a5319e2cf7b0454c'
- '125d623a83cb2bf32aa8a20909aae84991ad9b91'
gb25_commit:
- 'main'
- 'mg/sharded-factors'
# - '0123456789abcdef0123456789abcdef01234567'
reactant_commit:
- 'main'
Expand Down Expand Up @@ -179,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
Expand Down
Loading