We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4375ed5 commit 9ea7a8aCopy full SHA for 9ea7a8a
1 file changed
.github/workflows/core.yml
@@ -597,6 +597,12 @@ jobs:
597
firedrake-check
598
timeout-minutes: 10
599
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
+
606
- name: Post-run cleanup
607
if: always()
608
run: |
0 commit comments