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

Optimize fix_them_bones #76

Open
Vakzze opened this issue Apr 11, 2022 · 1 comment
Open

Optimize fix_them_bones #76

Vakzze opened this issue Apr 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Vakzze
Copy link
Contributor

Vakzze commented Apr 11, 2022

No description provided.

@Vakzze Vakzze self-assigned this Apr 11, 2022
@Vakzze Vakzze added the enhancement New feature or request label Apr 11, 2022
@erleben
Copy link
Collaborator

erleben commented Apr 12, 2022

A huge bottle neck is that this is python and the code is written in a C/C++ style.

Likely the whole contact optimization with the grid3 data structure is a major pain.

If it could be vectorized/unrolled somehow it could run a lot faster.

Ideas to explore: replace with C++/CUDA code? Use python warp? Vectorize the python code to work on whole arrays of points?

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