Skip to content

Commit

Permalink
enable some stablehlo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Oct 25, 2024
1 parent 9772ed0 commit 9efd894
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tests/python/relax/test_frontend_stablehlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ def main(


@tvm.testing.requires_gpu
@pytest.mark.skip(
reason="jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed."
)
# TODO(mshr-h): may be fixed by upgrading jax to >=0.4.33
def test_unary():
import jax

Expand Down Expand Up @@ -233,10 +229,6 @@ def _round(x):


@tvm.testing.requires_gpu
@pytest.mark.skip(
reason="jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed."
)
# TODO(mshr-h): may be fixed by upgrading jax to >=0.4.33
def test_binary():
import jax

Expand All @@ -258,10 +250,6 @@ def fn(x, y):


@tvm.testing.requires_gpu
@pytest.mark.skip(
reason="jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed."
)
# TODO(mshr-h): may be fixed by upgrading jax to >=0.4.33
def test_const():
import jax

Expand All @@ -272,10 +260,6 @@ def fn(x):


@tvm.testing.requires_gpu
@pytest.mark.skip(
reason="jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed."
)
# TODO(mshr-h): may be fixed by upgrading jax to >=0.4.33
def test_maximum():
import jax
import jax.numpy as jnp
Expand All @@ -287,10 +271,6 @@ def fn(x, y):


@tvm.testing.requires_gpu
@pytest.mark.skip(
reason="jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed."
)
# TODO(mshr-h): may be fixed by upgrading jax to >=0.4.33
def test_minimum():
import jax
import jax.numpy as jnp
Expand Down Expand Up @@ -332,10 +312,6 @@ def fn(x):


@tvm.testing.requires_gpu
@pytest.mark.skip(
reason="jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed."
)
# TODO(mshr-h): may be fixed by upgrading jax to >=0.4.33
def test_dot_general():
import jax

Expand Down

0 comments on commit 9efd894

Please sign in to comment.