[Mlir-commits] [mlir] [mlir][Tosa] fix fp16/bf16 support for Clamp min/max attributes (PR #69192)

Eric Kunze llvmlistbot at llvm.org
Tue Oct 17 21:27:33 PDT 2023


eric-k256 wrote:

A verifier would be nice to have to check attribute/in/out alignment. I believe that the issue with adding all float types is that bfloat16 doesn't show as a normal float type. Maybe all float + bf16 would work.

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


More information about the Mlir-commits mailing list