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

[REQUEST] CPU Cloth Simulation Performance #339

Open
tetosama opened this issue Nov 4, 2024 · 1 comment
Open

[REQUEST] CPU Cloth Simulation Performance #339

tetosama opened this issue Nov 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tetosama
Copy link

tetosama commented Nov 4, 2024

Description

Better performance for CPU Cloth Simulation

Context

Running example_cloth.py on CPU is hundreds of times slower than that on GPU.

@tetosama tetosama added the enhancement New feature or request label Nov 4, 2024
@shi-eric
Copy link
Contributor

shi-eric commented Nov 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants