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

GPU joint solving for non-contact constraints #4

Closed
erwincoumans opened this issue Jun 15, 2013 · 1 comment
Closed

GPU joint solving for non-contact constraints #4

erwincoumans opened this issue Jun 15, 2013 · 1 comment

Comments

@erwincoumans
Copy link
Member

Currently the GPU pipeline only supports constraint solving of contact constraints on the GPU. The non-contact constraints are solved on CPU, sequentially. It should be straight-forward to port the code over. The batching code can be re-used.

@erwincoumans
Copy link
Member Author

done, latest version has GPU constraint solving. Batching is only done when/if constraints are added/removed.

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

No branches or pull requests

1 participant