Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Implement offsetting work-items when using iterators to SYCL buffers #63

Open
tremmelg opened this issue Feb 9, 2018 · 2 comments
Open

Comments

@tremmelg
Copy link
Collaborator

tremmelg commented Feb 9, 2018

While the SyclIterator interface does provide the position the iterator is pointing to in a buffer, they are not used when retrieving the buffer from the iterators and launching kernels for algorithms.

I've also attached a few tests, two of which fail at the moment. The failing ones have iterators with either the starting or ending position in the buffer altered.
buffer_iterator.cpp.tar.gz

@Ruyk
Copy link
Contributor

Ruyk commented Feb 9, 2018

can you put those tests on a branch named after the issue? (issue-63) Thanks!

@tremmelg
Copy link
Collaborator Author

tremmelg commented Feb 9, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants