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

Georgios Pinitas llvmlistbot at llvm.org
Wed Nov 29 05:21:11 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.

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


More information about the Mlir-commits mailing list