-
Notifications
You must be signed in to change notification settings - Fork 183
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
Can't compile with nvcc #139
Comments
Thanks for reporting this, not sure why this is happening. I don't have access to a system with |
Sorry, it took more time than expected to look into this. I had a test installing
So sadly not exactly the same conditions. I then made a build folder and from there simply tried:
It ran without any error and the resulting
So my OS is newer but the CUDA toolkit is older, but I have the feeling something else is leading to those errors and I would need some reproducible example with the compile parameters. I'm by no means a CUDA expert and don't use it in any project, so any help is welcome. |
Sorry for the late reply. It could be because nvcc is actually passing the pure As for this particular case, the error occurs if I put some code of filesystem in So personally speaking, I tend to regard this problem as a bug of Additionally, to reproduce the error, maybe I can write some small examples. But I am relative new to github and I am not sure how to pass the code properly. |
Describe the bug
Hi. I get a compile error when I compile with nvcc(cuda).
To Reproduce
single header mode
I could fix this bug by using forward/implementation in my project.
The text was updated successfully, but these errors were encountered: