D150718 allows variadics during GPU compilation, but we also need to do it for
the host compilation as well, as it will see the same code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151359
[CUDA] Relax restrictions on variadics in host-side compilation. ClosedPublic Authored by tra on May 24 2023, 12:16 PM.
Details Summary D150718 allows variadics during GPU compilation, but we also need to do it for
Diff Detail
Event Timelinetra added a child revision: D151361: [CUDA] bump supported CUDA version to 12.1/11.8.May 24 2023, 2:35 PM This revision is now accepted and ready to land.May 24 2023, 3:15 PM Closed by commit rG0ad5d40fa19f: [CUDA] Relax restrictions on variadics in host-side compilation. (authored by tra). · Explain WhyMay 25 2023, 11:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 525734 clang/lib/Driver/ToolChains/Clang.cpp
|