We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a408c2a commit adadf1cCopy full SHA for adadf1c
dpnp/tests/test_product.py
@@ -13,7 +13,6 @@
13
generate_random_numpy_array,
14
get_all_dtypes,
15
is_gpu_device,
16
- is_ptl,
17
is_win_platform,
18
numpy_version,
19
)
@@ -1154,7 +1153,6 @@ def test_large_values(self, dtype):
1154
1153
expected = numpy.matmul(a, b)
1155
assert_dtype_allclose(result, expected)
1156
1157
- @pytest.mark.skipif(is_ptl(), reason="MKLD-18712")
1158
@pytest.mark.parametrize("dt_out", [numpy.int32, numpy.float32])
1159
@pytest.mark.parametrize(
1160
"shape1, shape2",
0 commit comments