[PATCH] D99688: [CUDA][HIP] rename -fcuda-flush-denormals-to-zero
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 4 17:57:44 PDT 2021
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: clang/test/Driver/cuda-flush-denormals-to-zero.cu:2
// Checks that cuda compilation does the right thing when passed
-// -fcuda-flush-denormals-to-zero. This should be translated to
+// -fgpu-flush-denormals-to-zero. This should be translated to
// -fdenormal-fp-math-f32=preserve-sign
----------------
tra wrote:
> It would be good to add a couple of tests to verify that `-fcuda-flush-denormals-to-zero` still work as we still need them for existing users.
will do
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99688/new/
https://reviews.llvm.org/D99688
More information about the cfe-commits
mailing list