[mlir] (NFC) Clean up bazel and CMake target namesAll dialect targets in bazel have been named *Dialect and all dialecttargets in CMake have been named MLIR*Dialect.
Add cmake dependency for TensorToLinalg
[mlir] Add TensorToLinalgPassThis pass is to handle computationally complex operations liketensor.pad which are not simply lowered to the exact same operation inthe memref dialect.Differential
[mlir] Add TensorToLinalgPassThis pass is to handle computationally complex operations liketensor.pad which are not simply lowered to the exact same operation inthe memref dialect.Differential Revision: https://reviews.llvm.org/D125384
show more ...