[PATCH] D99688: [CUDA][HIP] rename -fcuda-flush-denormals-to-zero
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 1 09:27:05 PDT 2021
tra accepted this revision.
tra added inline comments.
This revision is now accepted and ready to land.
================
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
----------------
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99688/new/
https://reviews.llvm.org/D99688
More information about the cfe-commits
mailing list