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

Simplify VectorOfArray indexing #408

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Simplify VectorOfArray indexing #408

merged 1 commit into from
Oct 30, 2024

Conversation

ChrisRackauckas
Copy link
Member

Relying on stack removes the need to adapt, which should make the GPUs more efficient. With stack, those extra dispatches were unnecessary. They were rarely hit and one had a bug too! So they can just be removed. Seems to fix downstream.

Relying on stack removes the need to `adapt`, which should make the GPUs more efficient. With `stack`, those extra dispatches were unnecessary. They were rarely hit and one had a bug too! So they can just be removed. Seems to fix downstream.
@ChrisRackauckas ChrisRackauckas merged commit 600a9b5 into master Oct 30, 2024
17 of 29 checks passed
@ChrisRackauckas ChrisRackauckas deleted the voa_indexing branch October 30, 2024 08:04
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.

1 participant