-
Notifications
You must be signed in to change notification settings - Fork 186
Conversation
@wmaxey let's ship |
@brycelelbach I've noticed that the reference construction issue is present in gcc-7.5 similar to gcc-8. Tests are exempt on MSVC so it should be good to go there. Should we try to apply a workaround for these compilers? Re: What we uncovered in August: there might be a few approaches that would satisfy NVCC's default reference construction complaint. |
Do we have a workaround for that? |
Can we implement any of them this week? |
451e0c2
to
00a1a37
Compare
I've committed the changes that work as a WAR for the reference construction in gcc-8 and added a test to demonstrate if the fix is no longer required. |
0c0566f
to
bad7149
Compare
<tuple>
for non-MSVC compilers<tuple>
enabled on gcc and clang
@brycelelbach @griwes This is ready to be merged in. Just need a review to satisfy GH if I'm not mistaken. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, but don't gate shipping this on them.
… fail to fail with nvrtc
Builds are clean on nvrtc, win32, and major gcc and clang versions.
MSVC is disabled.