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