[Mlir-commits] [mlir] [mlir][Tosa] fix fp16/bf16 support for Clamp min/max attributes (PR #69192)
Georgios Pinitas
llvmlistbot at llvm.org
Tue Oct 17 09:29:38 PDT 2023
GeorgeARM wrote:
Looks good. My only thought is if this is too restrictive. I know that tosa defines only `bf16`, `fp16`, `fp32` at the moment but I think that is probably a good idea to allow any float type and just check that the input type, the output type and the attributes type if float match. @eric-k256 what is your take on this?
https://github.com/llvm/llvm-project/pull/69192
More information about the Mlir-commits
mailing list