Skip to content

Commit

Permalink
batch jacobi, dpcpp: disable failing tests
Browse files Browse the repository at this point in the history
The failure is fairly minimal as it happens only on some integrated GPUs
(some Gen 11). Nonetheless, similarly to the DPC++ non-batch Jacobi kernels,
this indicates a bigger investigation and fix of these kernels is
necessary.
  • Loading branch information
tcojean committed May 28, 2024
1 parent 8413068 commit d7bc39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/preconditioner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ginkgo_create_common_test(batch_jacobi_kernels)
ginkgo_create_common_test(batch_jacobi_kernels DISABLE_EXECUTORS dpcpp)
ginkgo_create_common_test(jacobi_kernels DISABLE_EXECUTORS dpcpp)
ginkgo_create_common_test(isai_kernels)

0 comments on commit d7bc39e

Please sign in to comment.