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
Warp kernels are running single-threaded on the CPU right now, so that is probably the reason for the enormous performance discrepancy. One way we can explore to address this is leveraging OpenMP, but we likely won't have time to explore this until the next calendar year.
Description
Better performance for CPU Cloth Simulation
Context
Running example_cloth.py on CPU is hundreds of times slower than that on GPU.
The text was updated successfully, but these errors were encountered: