You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to convert jax based models using iree with JAX_ENABLE_X64=True, it fails. When going through convs with float64 inputs, the compiler tries to convert to float32. E.g.
I'm going to close this as a dupe of #5223. Sorry for the confusion. As that issue notes we really need to better document type support, and then find the gaps and figure out how to handle them in a way that doesn't unnecessarily throw someone off a performance cliff when they unnecessarily used i64 for shape dimensions or such
Describe the bug
When trying to convert jax based models using iree with JAX_ENABLE_X64=True, it fails. When going through convs with float64 inputs, the compiler tries to convert to float32. E.g.
To Reproduce
Steps to reproduce the behavior:
Here is the script to reproduce:
Run with:
The text was updated successfully, but these errors were encountered: