[libcxx-commits] [PATCH] D79555: [libc++] [C++20] [P0415] Constexpr for std::complex.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 10 04:30:24 PST 2023


philnik added a comment.

In D79555#4038864 <https://reviews.llvm.org/D79555#4038864>, @jdoerfert wrote:

> FWIW, this broke the CUDA buildbots: https://lab.llvm.org/buildbot/#/builders/1/builds/41521
>
> Tag: @tra

That looks to me like a problem with the cuda wrappers, given that we don't support cuda and we don't have any `__host__` or `__device__` tags.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79555



More information about the libcxx-commits mailing list