We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when I try to compile the pykeops from source, I found that I need to add these two lines
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14") SET(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -std=c++14")
in CMAKElist.txt for a successful compilation. Hope this can help.
The text was updated successfully, but these errors were encountered:
Hi @zhangmozhe ,
is this related to last post of #56 ?
Sorry, something went wrong.
I had the same compiling issue as #56, and change to c++14 fix the problem! Maybe it's a good idea to include this problem in the documentation :)
the new cuda 11.0 is now compatible with c++17. It should fix the pb. Feel free to reopen the issue if needed.
bcharlier
No branches or pull requests
Hi, when I try to compile the pykeops from source, I found that I need to add these two lines
in CMAKElist.txt for a successful compilation. Hope this can help.
The text was updated successfully, but these errors were encountered: