This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Tuple CTAD is failing with NVCC + GCC and NVCC + Clang #98
Labels
bug: compiler
Bug in a compiler, not this library.
bug: functional
Does not work as intended.
libcu++
P1: should have
Important but not necessary for release.
Milestone
In internal CI, we're seeing failures of some tuple CTAD tests with NVCC + GCC and NVCC + Clang.
Clang 8 (the only C++17 Clang in CI) fails:
GCC 8 and GCC 9 fail:
I'm not certain which of these host compilers NVCC actually supports in C++17 mode; perhaps that's part of the issue.
I'm planning to
XFAIL
the tests in #97, at least for the time being.The text was updated successfully, but these errors were encountered: