[PATCH] D82650: [HIP] Set default FP_CONTRACT to ON
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 26 06:30:51 PDT 2020
yaxunl added a comment.
I think the point of -ffp-contract=fast is that it allows emitting fma across statements if there are such opportunities whereas -ffp-contract=on only allows fma in one statement
https://llvm.org/docs/CompileCudaWithLLVM.html#flags-that-control-numerical-code
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82650/new/
https://reviews.llvm.org/D82650
More information about the cfe-commits
mailing list