Skip to content

Commit 8c7f71a

Browse files
Unskip dlpack tests
1 parent 225b0db commit 8c7f71a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dpnp/tests/third_party/cupy/core_tests/test_dlpack.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def _get_stream(self, stream_name):
7878
return dpctl.SyclQueue()
7979
return dpctl.SyclQueue()
8080

81-
@pytest.mark.skip("due to dpctl-2213")
8281
@testing.for_all_dtypes(no_bool=False)
8382
def test_conversion(self, dtype):
8483
orig_array = _gen_array(dtype)
@@ -98,7 +97,6 @@ def test_from_dlpack_and_conv_errors(self):
9897
# for host copies.
9998
cupy.from_dlpack(orig_array, copy=True)
10099

101-
@pytest.mark.skip("due to dpctl-2213")
102100
@pytest.mark.parametrize(
103101
"kwargs, versioned",
104102
[
@@ -126,7 +124,6 @@ def test_conversion_max_version(self, kwargs, versioned):
126124
testing.assert_array_equal(orig_array, out_array)
127125
testing.assert_array_equal(orig_array.data.ptr, out_array.data.ptr)
128126

129-
@pytest.mark.skip("due to dpctl-2213")
130127
def test_conversion_device(self):
131128
orig_array = _gen_array("float32")
132129

@@ -198,7 +195,6 @@ def test_conversion_device_to_cpu(self):
198195
)
199196
assert numpy.may_share_memory(arr_nocopy, arr1)
200197

201-
@pytest.mark.skip("due to dpctl-2213")
202198
def test_stream(self):
203199
allowed_streams = ["null", True]
204200

0 commit comments

Comments
 (0)