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

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 12 15:17:19 PST 2023


tra added a comment.



In D141555#4048843 <https://reviews.llvm.org/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 bots are currently broken. This change should fix them (they appear to work when I run them locally with this patch).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141555/new/

https://reviews.llvm.org/D141555



More information about the cfe-commits mailing list