[Mlir-commits] [mlir] [mlir][tosa] Add fp16 support to `tosa.resize` (PR #73019)

Georgios Pinitas llvmlistbot at llvm.org
Wed Nov 29 08:12:52 PST 2023


GeorgeARM wrote:

> > Thank you for your comment @banach-space. As @eric-k256 mentioned the only remaining floating-point type supported in TOSA atm is bfloat16 and it is uncommon to have resize operations on it. I would personally like to generalize the implementation to work on different floating-point types but this requires a more involved work. Happy to investigate this on a separate patch-set.
> 
> That is totally fine, but as somebody unfamiliar with the spec I'd appreciate a short note in the commit message :)

Gotcha! Makes sense and apologies for any confusion!

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


More information about the Mlir-commits mailing list