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

Add stablehlo-translate interpreter arg passing, complex types in reference APIs #2600

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

GleasonK
Copy link
Member

Two main changes:

  1. Support complex types in Reference APIs
  2. Add support for passing arguments when using stablehlo-translate

To avoid inventing anything fancy, I've leveraged existing MLIR assembly printing/parsing:

stablehlo-translate myfile.mlir --interpret --args="[dense<1> : tensor<2xi32>, dense<2> : tensor<2xi32>]"

@GleasonK GleasonK merged commit 9edd9cf into openxla:main Oct 30, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants