This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

yaxunl created this revision.Mar 31 2021, 2:27 PM
yaxunl requested review of this revision.Mar 31 2021, 2:27 PM
tra accepted this revision.Apr 1 2021, 9:27 AM
tra added inline comments.
clang/test/Driver/cuda-flush-denormals-to-zero.cu
2

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.

This revision is now accepted and ready to land.Apr 1 2021, 9:27 AM
yaxunl marked an inline comment as done.Apr 4 2021, 5:57 PM
yaxunl added inline comments.
clang/test/Driver/cuda-flush-denormals-to-zero.cu
2

will do

yaxunl updated this revision to Diff 335192.Apr 4 2021, 8:08 PM
yaxunl marked an inline comment as done.

rebase and add tests for old options

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2021, 9:14 PM