-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error when using in NVRTC with nvc++ as C++ compiler #1012
Comments
I'll do some digging, maybe some version of NVRTC that NVC++ is using has an issue. If I can get a reproducer of this on say CTK 12.0/12.1 then it might help pinpoint if this is a compiler issue or our issue. |
I'll have to double check tomorrow, but I think the same nvrtc was used both with g++ and nvc++. That's why it's odd. |
I will try and reduce / reproduce this tomorrow. I have some other nvrtc bugs to file anyway |
This is now tracked by #1177 |
When I compile the code presented above with NVRTC and
nvc++
(23.1) as C++ compiler I'm getting:Reproducer and compilation command in the gist: https://gist.github.com/jszuppe/79645a85a442cc0c46556d1aadc5c782
What's funny is that when I use
g++
/clang
or oldernvc++
(21.1) as C++ compiler it works fine. Same goes for the mentioned code andnvcc
.The text was updated successfully, but these errors were encountered: