-
Notifications
You must be signed in to change notification settings - Fork 112
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
Request i1 type support in Interpreter #2487
Comments
Can you please elaborate on the error message? Actually, the
Note: I have modified the above program to specify some input to If I run the above mentioned program as is we will get something like (from cs)
which means that we have not provided constant inputs equal to the number of program arguments. stablehlo/examples/c++/ExampleAdd.cpp Line 91 in 726ac03
Please let me know if this helps. |
Hi, I have got the failed example:
The error message is |
Hi, I'm able to interpret this fine on my machine (Note the 1.0 for floats. Maybe this is the issue?)
|
Request description
It failed when I run some case like:
The text was updated successfully, but these errors were encountered: