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
Additionally, this would require to keep the old operations alive during the translation process.
This should be done similarly to the conversion patterns in MLIR.
The text was updated successfully, but these errors were encountered:
Currently, the
OperationSemantics
class has the following signature:operands
contains the new operands passed to the operation, meaning that the old operands type are now lost.Instead, our signature sholud probably start with:
so that all information remain.
Additionally, this would require to keep the old operations alive during the translation process.
This should be done similarly to the conversion patterns in MLIR.
The text was updated successfully, but these errors were encountered: