You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix undefined symbol wp_cuda_graph_launch in Warp backend
The Warp library exports cuda_graph_launch but MJX FFI code
was looking for wp_cuda_graph_launch (with wp_ prefix).
This caused AttributeError on second call to JAX-compiled functions.
Fixes: undefined symbol error in Warp backend with JAX compilation
0 commit comments