[PATCH] D126158: [MLIR][GPU] Replace fdiv on fp16 with promoted (fp32) multiplication with reciprocal plus one (conditional) Newton iteration.
Christian Sigg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 04:43:00 PDT 2022
csigg added a comment.
In D126158#3534750 <https://reviews.llvm.org/D126158#3534750>, @tra wrote:
> I would suggest separating it into separate LLVM and MLIR patches.
Thanks Artem. I separated out the LLVM changes in https://reviews.llvm.org/D126369.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126158/new/
https://reviews.llvm.org/D126158
More information about the cfe-commits
mailing list