-
Notifications
You must be signed in to change notification settings - Fork 24.1k
Failed to compile: null in call to __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
Debian 12, ppc64le, gcc 12.2
#112089
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
Comments
Trying a different approach:
|
Finally compiled with |
Duplicate of #99278 |
@rjzak using CUDA=0 is not a solution, how good is pytorch without CUDA support? or you mean you can install cuda and cudnn later with conda, I don't think it works. Please let me know if I am wrong. |
I was intentionally not wanting CUDA support due to lack of Nvidia GPU on the machine I was using. |
🐛 Describe the bug
Trying to compile PyTorch 2.1 on
It fails when trying to compile, when when I disabled building of the tests as instructed in
setup.py
.Versions
cc @malfet @seemethere
The text was updated successfully, but these errors were encountered: