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
Is there a pass (sequence) that can lower the mhlo.scatter operation to standard MLIR dialects, such as linalg or tensor?
The goal is to lower to the LLVM dialect and perform codegen with LLVM. I wasn't able to find a pass that converts the op out of the MLIR-HLO dialect domain.
The text was updated successfully, but these errors were encountered:
Is there a pass (sequence) that can lower the
mhlo.scatter
operation to standard MLIR dialects, such aslinalg
ortensor
?The goal is to lower to the LLVM dialect and perform codegen with LLVM. I wasn't able to find a pass that converts the op out of the MLIR-HLO dialect domain.
The text was updated successfully, but these errors were encountered: