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
./simple_DHS cudaSafeCall() failed at /home/xionganbin/cuHE/cuhe/Base.cu:81 : invalid texture reference
how could I solve it? I am using CUDA -10.1
The text was updated successfully, but these errors were encountered:
Do you solve this problem? I encounter with this problem when i run simple_DHS
Sorry, something went wrong.
Do you solve this problem? I alsp encounter with this problem when i run simple_DHS
Do you solve this problem? I encounter with this problem when i run simple_DHS Do you solve this problem? I alsp encounter with this problem when i run simple_DHS
I solve the problem. This is because the compile parameter in the CMAKELists.txt is wrong. The "-DGPU_ARCH:STRING=50" is not 50 but 86 for my GPU.
No branches or pull requests
./simple_DHS
cudaSafeCall() failed at /home/xionganbin/cuHE/cuhe/Base.cu:81 : invalid texture reference
how could I solve it?
I am using CUDA -10.1
The text was updated successfully, but these errors were encountered: