[Mlir-commits] [mlir] [mlir][tosa] Add missing int16 extension for concat operator (PR #132768)
TatWai Chong
llvmlistbot at llvm.org
Mon Mar 24 09:37:24 PDT 2025
tatwaichong wrote:
I found out there are two spots need to be fixed as well. Could you add the following changes?
- remove `Tosa_EXT_INT16` from TOSA.CAST (https://github.com/llvm/llvm-project/blob/0e63180fa3e130c7da304578d29631c847fdcd62/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td#L2321)?
- Add `Profile<[Tosa_PRO_INT, Tosa_PRO_FP]>,` to `tosa.const_shape` (https://github.com/llvm/llvm-project/blob/0e63180fa3e130c7da304578d29631c847fdcd62/mlir/include/mlir/Dialect/Tosa/IR/TosaShapeOps.td#L77)
https://github.com/llvm/llvm-project/pull/132768
More information about the Mlir-commits
mailing list