[mlir][tosa] Fix floating point offset for tosa.resize
Offset is a signed value, so use `arith.sitofp` See also https://github.com/llvm/llvm-project/issues/59585 Reviewed By: NatashaKnk, jpienaar Differential Revision: https://reviews.llvm.org/D140958
Loading
Please sign in to comment