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 c62dd97 commit 1db515aCopy full SHA for 1db515a
dpnp/tests/test_usm_type.py
@@ -16,7 +16,7 @@
16
)
17
18
# list_of_usm_types = ["device", "shared", "host"]
19
-list_of_usm_types = ["device"]
+list_of_usm_types = ["device", "host"]
20
21
22
@pytest.mark.parametrize("usm_type_x", list_of_usm_types, ids=list_of_usm_types)
0 commit comments