Rename it to -fgpu-flush-denormals-to-zero
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99688
[CUDA][HIP] rename -fcuda-flush-denormals-to-zero ClosedPublic Authored by yaxunl on Mar 31 2021, 2:27 PM.
Details
Summary Rename it to -fgpu-flush-denormals-to-zero
Diff Detail
Event TimelineHerald added subscribers: jansvoboda11, dang, kerbowa and 2 others. · View Herald TranscriptMar 31 2021, 2:27 PM This revision is now accepted and ready to land.Apr 1 2021, 9:27 AM Closed by commit rG907af8439672: [CUDA][HIP] rename -fcuda-flush-denormals-to-zero (authored by yaxunl). · Explain WhyApr 4 2021, 9:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 335194 clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/AMDGPU.cpp
clang/lib/Driver/ToolChains/Cuda.cpp
clang/lib/Driver/ToolChains/HIP.cpp
clang/test/CodeGenCUDA/flush-denormals.cu
clang/test/Driver/cuda-flush-denormals-to-zero.cu
clang/test/Driver/hip-device-libs.hip
|
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.