Skip to content

Commit 9ea7a8a

Browse files
committed
DROP BEFORE MERGE Verify offload test uses GPU
1 parent 4375ed5 commit 9ea7a8a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/core.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,12 @@ jobs:
597597
firedrake-check
598598
timeout-minutes: 10
599599

600+
- name: Verify GPU usage
601+
run: |
602+
. venv/bin/activate
603+
export PETSC_OPTIONS="${PETSC_OPTIONS} -log_view_gpu_time -log_view"
604+
python3 ./firedrake-repo/tests/firedrake/offload/test_poisson_offloading_pc.py
605+
600606
- name: Post-run cleanup
601607
if: always()
602608
run: |

0 commit comments

Comments
 (0)