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

Capsule-capsule collision detection as a Warp kernel #1448

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jaro-sevcik
Copy link
Contributor

A prototype of capsule capsule collision detection primitive in Warp.

This also contains a very rough plumbing to be able to call from Jax to Warp, but many things are missing there; for instance, there is no grad, no support for multiple GPUs or for any CPUs, there is a very simple minded and hacky API with confusing contract, etc.

A prototype of capsule capsule collision detection
primitive in Warp.

This also contains a very rough plumbing to be able to call
from Jax to Warp, but many things are missing there;
for instance, there is no grad, no support for multiple
GPUs, there is a very simple minded and hacky API
with confusing contract, etc.

Needs `pip install warp-lang`
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

Successfully merging this pull request may close these issues.

None yet

1 participant