[PATCH] D141555: [CUDA] added cmath wrappers to unbreak CUDA compilation after D79555

2023-01-12 Thread Artem Belevich via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG1ad5f6af816a: [CUDA] added cmath wrappers to unbreak CUDA compilation after D79555 (authored by tra). Repository: rG LLVM Github Monorepo CHANGES

[PATCH] D141555: [CUDA] added cmath wrappers to unbreak CUDA compilation after D79555

2023-01-12 Thread Artem Belevich via Phabricator via cfe-commits
tra added a comment. In D141555#4048843 , @jlebar wrote: > LGTM. Do we need changes to the test-suite to cover this too? (test-suite > being in a separate repo, so it would be a separate patch.) test-suite on CUDA bots already covering this and the

[PATCH] D141555: [CUDA] added cmath wrappers to unbreak CUDA compilation after D79555

2023-01-12 Thread Justin Lebar via Phabricator via cfe-commits
jlebar accepted this revision. jlebar added a comment. This revision is now accepted and ready to land. LGTM. Do we need changes to the test-suite to cover this too? (test-suite being in a separate repo, so it would be a separate patch.) Repository: rG LLVM Github Monorepo CHANGES SINCE LA

[PATCH] D141555: [CUDA] added cmath wrappers to unbreak CUDA compilation after D79555

2023-01-12 Thread Artem Belevich via Phabricator via cfe-commits
tra updated this revision to Diff 488736. tra added a comment. Reformatted the code Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141555/new/ https://reviews.llvm.org/D141555 Files: clang/lib/Headers/CMakeLists.txt clang/lib/Headers/cuda_wrapp

[PATCH] D141555: [CUDA] added cmath wrappers to unbreak CUDA compilation after D79555

2023-01-12 Thread Artem Belevich via Phabricator via cfe-commits
tra created this revision. Herald added subscribers: mattd, bixia, yaxunl. Herald added a project: All. tra updated this revision to Diff 488733. tra added a comment. tra updated this revision to Diff 488734. tra published this revision for review. tra added reviewers: jlebar, philnik. Herald added