[mlir][tosa] Flip accessors used to prefixed form (NFC)Follow up from dialect flip, just flipping accessors. Both forms stillgenerated.
[mlir] Fix ClangTidy performance finding (NFC)
[tosa] Lower tosa.slice to tensor.slice for dynamic caseExisting slice lowering only supporting static shapes.Reviewed By: NatashaKnkDifferential Revision: https://reviews.llvm.org/D127704
[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.
[tosa] Add option to disable tosa.apply_scale lowering in TosaToStandardApply scale should be optionally disabled when lowering via TosaToStandard.In most cases it should persist until the lowerin
[tosa] Add option to disable tosa.apply_scale lowering in TosaToStandardApply scale should be optionally disabled when lowering via TosaToStandard.In most cases it should persist until the lowering to specific backend.Reviewed By: jpienaarDifferential Revision: https://reviews.llvm.org/D122948
show more ...