-
Notifications
You must be signed in to change notification settings - Fork 5
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
pytorch-1.11.0 compile error: set_stream’ is not a member of ‘torch::jit::cuda’ #18
Comments
Oh, quite strange. I can only propose to try adding In general, unfortunately, the version with |
Mmm, you made me realize that the part of code that's generating errors should not even be included in compilation, being inside a I force-added Alas, despite that workaround, compilation does not complete, there are new errors but I'll deal with them in another ticket if I can't find a way to work around them. Thank you, |
Many thanks for sharing the results of your experiments, Patrice! Yes, that's probably missed somewhere in the build system. It's being updated with new versions quite actively, especially in those side branches like ROCm support. I also hope to return to this ROCm-related stuff some time soon. I tried with that another time a couple of months ago, but there was a transition to version 5 for ROCm packages in Gentoo so I decided to wait for it to complete. I see most of the packages are updated and merged to the mainline repository now, so I also hope to continue with that. |
Trying to compile
pytorch-1.11.0
I get the errors below.My
USE
flags are:fbgemm ffmpeg gloo mpi nnpack numpy observers opencv openmp python qnnpack rocm tools -asan -atlas -caffe2 -cuda -doc -eigen -gflags -glog -leveldb -lmdb -mkl -mkldnn -namedtensor -numa -openblas -opencl -redis -static -tbb -test -zeromq
Trying to compile with
rocm
for an AMD card, with gcc-11.3.0p4 on an amd64 system.Do you see anything obvious that'd explain the errors?
Thanks,
The text was updated successfully, but these errors were encountered: