Skip to content

Commit

Permalink
Skip TF sparse test on GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 25, 2024
1 parent f0bae91 commit 9cfe208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/src/ops/numpy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,7 @@ def test_matmul(self):
not backend.SUPPORTS_SPARSE_TENSORS,
reason="Backend does not support sparse tensors.",
)
@pytest.mark.skipif(testing.tensorflow_uses_gpu(), reason="Segfault")
def test_matmul_sparse(self, dtype, x_shape, y_shape, x_sparse, y_sparse):
if backend.backend() == "tensorflow":
import tensorflow as tf
Expand Down

0 comments on commit 9cfe208

Please sign in to comment.