-
Notifications
You must be signed in to change notification settings - Fork 208
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
Cutorch doesn't build with the newest cuda. (cudaPointerAttributes) #848
Comments
Do you have a solution for this? |
Same problem for me |
I get this error when I want to build and install with arch
|
Seems like somebody on the ArchLinux user repositories has found a temporary fix. Replace |
I applied a patch to the AUR package, I am not entirely sure if it will work properly in programs using https://gist.github.com/LevitatingBusinessMan/0a214c62471999a1d5afbdb732e773a0 |
according to:
|
@mw66 Yep that's exactly it. |
On this line here: https://github.com/torch/cutorch/blob/master/init.c#L938 cutorch is trying to use a non-existing property of
cudaPointerAttributes
. This property already went deprecated in Cuda 10.The text was updated successfully, but these errors were encountered: