-
Notifications
You must be signed in to change notification settings - Fork 16
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
CUDA nvcc compilation error #10
Comments
Since I'm not using CUDA myself, there isn't much that I can do. You could try to update to the latest commit, see if that helps. Or maybe @allisonvacanti might help? She developed the original PR for CUDA support. Allison: Let me know if it is OK for you if I tag you when CUDA-related issues with taocpp/tuple come up. If not, I will stop doing so. |
The problem persists in the latest commit a5f3b87 |
@d-frey It appears maybe somebody fixed it in this fork?: |
@Char-Aznable Could you send the complete output from the compiler, please? |
@DarthRubik That is #6, where I hoped that my patch also fixed the issue. Apparently that is not the case, so I'll see what I can do. Can you also reproduce the error? If so, I'd like to know which version of GCC, nvcc, etc. you are using and also the complete error message from the compiler with all the details (candidates, why rejected, etc.) |
@d-frey I do not have a CUDA environment set up and I cannot reproduce the error |
Those I posted were all I got from it |
Hi, I got this very simple Taocpp code:
with the dependency: https://github.com/taocpp/tuple.git cloned to ./_deps/taotuple-src. Then I compile it with nvcc 11.4.48 and g++ 9.3.0 by
and get this compilation error:
I am using a5f3b87 on the main branch.
The text was updated successfully, but these errors were encountered: