-
Notifications
You must be signed in to change notification settings - Fork 4
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
Running compiled pyflex under cuda-11.1 failed, undefined symbol: cudaSetupArgument #6
Comments
Hi @julyfun , I also have the same problem. After changing the Docker file and successfully compilation, the pyflex does not work because of the cudaSetupArgument issue. Have you eventually solved this? |
you can try pulling |
Hello, I’m asking for paid help. Have you successfully run through the author’s training code? |
yes. I ran it under Ubuntu 16.04 GTX 1080Ti, cuda 9.2, python==3.7.16, pytorch==1.7.1+cu92, pytorch-lightning==1.5 |
Wow, thank you very much for your reply, can you guide me? I currently encounter a problem, that is, the memory will be eaten during the training process. After helping me set up the environment, I will pay you for your hard work. Thank you very much.
At 2023-11-20 20:37:04, "Junjie Fang" ***@***.***> wrote:
Hi @julyfun , I also have the same problem. After changing the Docker file and successfully compilation, the pyflex does not work because of the cudaSetupArgument issue. Have you eventually solved this?
Hello, I’m asking for paid help. Have you successfully run through the author’s training code?
yes. I ran it under Ubuntu 16.04 GTX 1080Ti, cuda 9.2, python==3.7.16, pytorch==1.7.1+cu92, pytorch-lightning==1.5
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hello, can you add your qq? My qq number is 810190882. Please add it if you are kind and I will describe to you the problems I encountered. By the way, I'll give you a tip to say thank you. |
Hello, sorry to bother you. I would like to ask you a few questions. I installed the environment on the ubuntu18 system exactly according to the author's tutorial. After the installation, the version supported by torch is 11.7, and the cuda version of my local nvcc -V is 10.0. I can also run through the author's test and training code, but as the number of steps increases during training, it will eat up my memory and then kill my program. I've been configuring it for two months and still haven't gotten it right. I saw in your last reply that you passed the training. Will there be a memory leak during training? If possible, can you add contact information? Thank you. |
Environment
uname -a
resultnvidia MX-350, cuda version 12.2 (I was building pyflex in docker so it shouldn't matter)
Error
In #5, I modified the Dockerfile
FROM
command intonvidia/cuda:11.1.1-devel-ubuntu18.04
and ran. ./prepare.sh && ./compile.sh
successfully. But when I was trying to run the demo(python ...
command in README), it failed with:That could be because
cudaSetupArgument
is deprecated since a newer version than cuda9.2.The text was updated successfully, but these errors were encountered: