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 f61a879 commit dda5ce8Copy full SHA for dda5ce8
dpnp/tests/third_party/cupy/functional_tests/test_vectorize.py
@@ -24,6 +24,9 @@
24
# _IS_HIP_LT7 = bool(_ROCM_VER_MAJOR != -1 and int(_ROCM_VER_MAJOR) < 7)
25
26
27
+pytest.skip("dpnp.vectorize is not implemented", allow_module_level=True)
28
+
29
30
# @pytest.mark.skipif(_IS_HIP_LT7, reason="Skip on ROCm < 7 (HIP).")
31
class TestVectorizeOps(unittest.TestCase):
32
0 commit comments