Skip to content

Commit 69c58e7

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/core.yml

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

600+
- name: Verify GPU usage
601+
run: |
602+
export PETSC_OPTIONS="${PETSC_OPTIONS} -log_view_gpu_time -log_view"
603+
python3 ./firedrake/tests/firedrake/offload/test_poisson_offloading_pc.py
604+
600605
- name: Post-run cleanup
601606
if: always()
602607
run: |

0 commit comments

Comments
 (0)