Skip to content
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

[BUG] Warp Sim examples segfault on Mac ARM CPU #372

Open
eric-heiden opened this issue Nov 29, 2024 · 1 comment
Open

[BUG] Warp Sim examples segfault on Mac ARM CPU #372

eric-heiden opened this issue Nov 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@eric-heiden
Copy link
Contributor

Bug Description

Running example_cartpole.py on Mac with Apple Silicon chips (e.g. M1 MacBook Pro) fails, need to investigate further:

Warp 1.4.2 initialized:
   CUDA not enabled in this build
   Devices:
     "cpu"      : "arm"
   Kernel cache:
     /Users/Myself/Library/Caches/warp/1.4.2
Module warp.sim.collide f6c82b4 load on device 'cpu' took 7.96 ms  (cached)
Module warp.sim.articulation aada68e load on device 'cpu' took 1506.18 ms  (compiled)
Segmentation fault: 11

System Information

No response

@eric-heiden eric-heiden added the bug Something isn't working label Nov 29, 2024
@wgu93
Copy link

wgu93 commented Dec 6, 2024

Hi everyone, I encounter the same issue on M3 MacBook Pro (CPU only) in a virtual environment with Python=3.10.

Run:

python example_bounce.py 

Results:

Warp 1.5.0 initialized:
   CUDA not enabled in this build
   Devices:
     "cpu"      : "arm"
   Kernel cache:
     /Users/wgu/Library/Caches/warp/1.5.0
Module warp.sim.collide f3f8e69 load on device 'cpu' took 1.78 ms  (cached)
zsh: segmentation fault  python example_bounce.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants