[Mlir-commits] [mlir] [mlir][tosa] Align validation profiles and extensions to TOSA v1.0 spec (PR #132768)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Mar 24 09:50:46 PDT 2025


Jerry-Ge 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
>       )

done. 

https://github.com/llvm/llvm-project/pull/132768


More information about the Mlir-commits mailing list