skip segfault

This commit is contained in:
Michael Melesse
2022-11-01 17:52:18 +00:00
parent d5830b4b6a
commit 15886b5ffc

View File

@@ -1635,6 +1635,8 @@ def test_libdevice_tensor(dtype_str, expr, lib_path):
@pytest.mark.parametrize("dtype_str, expr, lib_path",
[('float32', 'libdevice.pow', '')])
def test_libdevice_scalar(dtype_str, expr, lib_path):
if torch.version.hip is not None:
pytest.skip(f"test_libdevice_scalar currently has segfaults on ROCM")
@triton.jit
def kernel(X, Y, BLOCK: tl.constexpr):