[all-commits] [llvm/llvm-project] 47286f: [mlir][tosa] Add tosa.cast to linalg lowering
rsuderman via All-commits
all-commits at lists.llvm.org
Fri Mar 19 11:49:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47286fc530159dfdbc28f14daaeff4066a1f3b1e
https://github.com/llvm/llvm-project/commit/47286fc530159dfdbc28f14daaeff4066a1f3b1e
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add tosa.cast to linalg lowering
Handles lowering from the tosa CastOp to the equivalent linalg lowering. It
includes support for interchange between bool, int, and floating point.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D98828
More information about the All-commits
mailing list