Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependencies on old iree-tools-xla package #79

Open
ScottTodd opened this issue Dec 14, 2023 · 0 comments
Open

Remove dependencies on old iree-tools-xla package #79

ScottTodd opened this issue Dec 14, 2023 · 0 comments

Comments

@ScottTodd
Copy link
Member

There are references to iree-tools-xla, which was merged into iree-tools-tf along with adoption of StableHLO (see iree-org/iree#13068).

iree-jax/setup.py

Lines 53 to 60 in 584b6c1

extras_require={
"xla": [
get_pinned_package("iree-tools-xla"),
],
"test": [
"lit",
]
},
return iree.compiler.tools.xla.compile_str(hlo_proto,
input_type=iree.compiler.InputType.XLA,
**options)

Removing those might just be a matter of switching to newer packages / APIs, or other code changes might be needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant