-
Notifications
You must be signed in to change notification settings - Fork 426
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
Possible with H100 GPU? #220
Comments
Yes, I have the exact same issue, i.e., when loading the sim, it just prints a segmentation fault after it prints Any updates from your side, @LyuJZ ? |
@ankile Hi, just wondering if you found a solution to this. |
@edwardjjj no, unfortunately, I haven't... It's quite frustrating that there's no support and that the successor library, IsaacSim/Lab explicitly does not support any of the datacenter GPUs as RT (raytracing) cores are required at the same time as competitors like Mujoco (MJX) and Sapien support any GPU out of the box... I hope they get this sorted soon as the Isaac platform seemed very promising. |
@ankile Thanks for the quick response. It is unfortunate that even the latest IsaacSim does not support high-end datacenter GPUs. It is frustrating that we are not able to utilize the latest GPUs for cutting edge research... Hope they manage to add support soon. |
@ankile Hi, just want to share this info with you. I talked to an IsaacSim dev on their discord server. He confirmed that it is impossible to support these data center GPUs because they don't have the RTX chips. The best cards out there that have RTX chips are the a6000 and L40s. |
Hi, I am going to use H100 GPU with isaacgym. However, the code will stop after executing this line https://github.com/NVIDIA-Omniverse/IsaacGymEnvs/blob/aeed298638a1f7b5421b38f5f3cc2d1079b6d9c3/isaacgymenvs/tasks/base/vec_task.py#L63 and evoke "segmentation fault" in the terminal. Does anyone have similar issues?
The text was updated successfully, but these errors were encountered: