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

Additional testing for permutation iterator with complex base iterator #1387

Open
danhoeflinger opened this issue Jan 29, 2024 · 0 comments
Open

Comments

@danhoeflinger
Copy link
Contributor

danhoeflinger commented Jan 29, 2024

Our testing for permutation_iterator needs additional coverage for a variety of base iterator types. We missed some bugs related to this until they were caught by others, and this is a special case of our input data processing.
Specifically, we need to add base iterators with type zip_iterator, permutation_iterator, transform_iterator, and counting_iterator composed on combinations of sycl_iterators and on usm ("passed directly") data. Some level of nesting of these seems necessary here as well.

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

No branches or pull requests

1 participant