[Mlir-commits] [mlir] [mlir][tosa] Add fp16 support to `tosa.resize` (PR #73019)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Nov 29 07:53:17 PST 2023
banach-space 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 :)
https://github.com/llvm/llvm-project/pull/73019
More information about the Mlir-commits
mailing list