tensorflow / mlir-hlo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing legalization for `mhlo.scatter` to standard MLIR

dime10 opened this issue · comments

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.