[Mlir-commits] [mlir] [mlir][tosa] Add fp16 support to `tosa.resize` (PR #73019)
Eric Kunze
llvmlistbot at llvm.org
Tue Nov 28 21:52:31 PST 2023
https://github.com/eric-k256 approved this pull request.
Looks fine to me.
The only other floating point data type in TOSA is bf16, and those are unlikely to be used when doing a resize as resize is generally an image based operation where bf16 isn't common.
https://github.com/llvm/llvm-project/pull/73019
More information about the Mlir-commits
mailing list