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

Updated Algorithms.Scan implementation to work on arbitrary stride types. #632

Merged
merged 5 commits into from Oct 5, 2021

Conversation

m4rs-mt
Copy link
Owner

@m4rs-mt m4rs-mt commented Oct 3, 2021

The current Scan implementation is limited to dense 1D array views. This PR relaxes this restriction and changes the API to support arbitrary stride types. However, this PR also removes two convenience overloads CreateInclusiveScan and CreateExclusiveScan because they are as verbose as the "non-convenience version": CreateScan(...., ScanKind.Inclusive).

@m4rs-mt m4rs-mt added this to the v1.0 milestone Oct 3, 2021
@m4rs-mt m4rs-mt merged commit 7d40125 into master Oct 5, 2021
@m4rs-mt m4rs-mt deleted the strided_scan branch October 5, 2021 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants