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 d741af3 commit 01a6b17Copy full SHA for 01a6b17
.github/workflows/test.yml
@@ -96,6 +96,7 @@ jobs:
96
shell: bash
97
run: |
98
export PIP_FIND_LINKS=https://makslevental.github.io/wheels
99
+ pip install .[test,mlir] -v
100
HOST_MLIR_PYTHON_PACKAGE_PREFIX=jaxlib.mlir pip install .[test,jax] -v
101
102
- name: Test
tests/test_other_hosts.py
@@ -5,6 +5,8 @@
5
6
@pytest.mark.skipif(jax_not_installed(), reason="jax not installed")
7
def test_jax_trampolines_smoke():
8
+ from mlir import ir
9
+ from jaxlib.mlir import ir
10
# noinspection PyUnresolvedReferences
11
from jaxlib.mlir.extras import context
12
0 commit comments