Skip to content

Commit 4375ed5

Browse files
committed
Add GPU offload test to firedrake-check
1 parent 336f1a7 commit 4375ed5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/firedrake-check

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ TESTS = {
2323
"tests/firedrake/regression/test_matrix_free.py::test_fieldsplitting[parameters3-cofunc_rhs-variational]",
2424
# near nullspace
2525
"tests/firedrake/regression/test_nullspace.py::test_near_nullspace",
26+
# GPU offload
27+
"tests/firedrake/offload/test_poisson_offloading_pc.py::test_poisson_offload"
2628
),
2729
2: (
2830
# HDF5/checkpointing

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ def extensions():
239239
"tests/firedrake/regression/test_dg_advection.py",
240240
"tests/firedrake/regression/test_interpolate_cross_mesh.py",
241241
"tests/firedrake/output/test_io_function.py",
242+
"tests/firedrake/offload/test_poisson_offloading_pc.py"
242243
)
243244

244245

0 commit comments

Comments
 (0)