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 7e79083 commit 2bc7939Copy full SHA for 2bc7939
dpctl/tests/test_usm_ndarray_ctor.py
@@ -39,6 +39,7 @@
39
(2, 5, 2),
40
(2, 2, 2, 2, 2, 2, 2, 2),
41
5,
42
+ np.int32(7),
43
],
44
)
45
@pytest.mark.parametrize("usm_type", ["shared", "host", "device"])
0 commit comments