[Mlir-commits] [mlir] [TOSA] TosaToLinalg: fix int64_t min/max lowering of clamp (PR #82641)

Eric Kunze llvmlistbot at llvm.org
Thu Feb 22 08:28:39 PST 2024


https://github.com/eric-k256 approved this pull request.

Spec-wise TOSA doesn't support i64 clamp, but the dialect does (and linalg definitely does). 

It's likely we'll expand support at some point for i64 at least as an optional data type, so this is a useful change to have to support in the path to linalg.

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


More information about the Mlir-commits mailing list