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

Iterator improvements #259

Merged
merged 2 commits into from
May 21, 2021
Merged

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented May 21, 2021

Addresses #222 partly. Improves mostly 1D iteration.

The change moves the check for the overflow of a dimension into the next dimension, so for N dimensions, only N-1 branches are needed.
Also a 1D iterator is branch free now.
@bernhardmgruber bernhardmgruber merged commit 5b4d2ad into alpaka-group:develop May 21, 2021
@bernhardmgruber bernhardmgruber deleted the iterator branch May 21, 2021 00:26
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