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

Parallelize default sort implementation #1592

Open
laggui opened this issue Apr 8, 2024 · 0 comments
Open

Parallelize default sort implementation #1592

laggui opened this issue Apr 8, 2024 · 0 comments
Labels
enhancement Enhance existing features

Comments

@laggui
Copy link
Member

laggui commented Apr 8, 2024

Follow-up to PR #1488. Related to #1490 .

The default implementation loops could be parallelized to improve performance on backends that don't directly implement the operations.

Note: we have run_par, iter_par and iter_range_par macros defined in burn-ndarray, so it would probably make sense to refactor those and re-utilize the macros.

@laggui laggui added the enhancement Enhance existing features label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance existing features
Projects
None yet
Development

No branches or pull requests

1 participant