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
The most plausible realization is to just set the dtype of the IndexLambda to the desired output type. Codegen is a bit more complex. If materialized, things will generally fall into place. Un-materialized codegen requires casting, and loopy doesn't currently have a coherent set of casting functions. 🤔
The text was updated successfully, but these errors were encountered:
The most plausible realization is to just set the dtype of the
IndexLambda
to the desired output type. Codegen is a bit more complex. If materialized, things will generally fall into place. Un-materialized codegen requires casting, and loopy doesn't currently have a coherent set of casting functions. 🤔The text was updated successfully, but these errors were encountered: