-
Notifications
You must be signed in to change notification settings - Fork 87
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
RuntimeError: CUDA error: no kernel image is available for execution on the device #14
Comments
Hi @BunyaminEfe , This is always due to a mismatch between the pytorch version and your GPU cuda driver: According to the above error message, you can try to upgrade the pytorch version corresponding to the cuda driver. Hope this can help you. |
Hi @BunyaminEfe , This may be because of this line that reports the error:
I found a post similar to your error on the official forum of Isaac gym, You might be able to refer to the answer in it: Anyway, since Isaac Gym is still in development, empirically it will have kinds of issues. Sometimes I also look for answers on the official forums I mentioned above, which are very helpful. Hope this can help you. |
I looked at the place you mentioned at the moment, on the 470 installed computer, but now I'm upgrading to 520. I'm thinking of trying this shape. |
Upgrading version 520 was not a solution unfortunately @cypypccpy |
How about using this setting? It looks like the questioner above solved it this way:
|
Oh, we have also encountered this problem before. It seems that you are using Cloud Container, Our experience suggests that Isaac Gym doesn't seem to support this well, so we solved it by switching to Cloud Hosting. |
@cypypccpy I am not using Cloud Container. My computer is giving the error right now. |
Okay, sorry because we've only encountered this at Cloud Container before. I'm sure this is an environment configuration problem, can you show me the result of typing nvidia-smi on the command line? I hope to help you solve this problem. @BunyaminEfe |
How about these post? These errors are similar to yours, I don't know if it helps: https://forums.developer.nvidia.com/t/weird-bug/210419, https://forums.developer.nvidia.com/t/cuda-and-driver-version/209140, https://forums.developer.nvidia.com/t/ubuntu-20-04-libpython3-7m-so-1-0-error-segmentation-fault/163948 Or you can try to use this my cuda driver that works well, maybe 520 has some problems because it is too new: |
Hi @BunyaminEfe , I'm so sorry that I couldn't solve your problem, but we and some other people use bi-dexhands well in different computer environments, so I think it may not be a problem with the code. Maybe you can go to the official NVIDIA forum and ask a question about this issue, or try another computer. |
Hi @cypypccpy , |
Do we need to use cuda when configuring the environment for this project? |
@qinge0 yes cuda is needed |
Why am I getting this error you see?
python3 joint_monkey.py command works fine. isaacGYM works fine
The text was updated successfully, but these errors were encountered: