-
Notifications
You must be signed in to change notification settings - Fork 113
[oneDPL] Indirectly Device Accessible Iterator Customization Point and Public Trait #620
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
Merged
Merged
Changes from 33 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
d90682b
Initial draft
danhoeflinger 24b879d
grammar, clarity
danhoeflinger ff940e8
formatting
danhoeflinger 0c0804b
code indentation
danhoeflinger 8cff3e4
testing indentation formatting
danhoeflinger a36a006
indentation of comments in code
danhoeflinger cb102cb
removing unnecessary const ref
danhoeflinger bc32ce2
more indentation changes
danhoeflinger e7ffb99
language improvements
danhoeflinger 913d555
remove some repetition
danhoeflinger 29e209f
fix underline
danhoeflinger 180a500
improve example, shorten var names
danhoeflinger a852f0f
improve comment clarity
danhoeflinger 41b9828
Adding link for SYCL
danhoeflinger 96b1b45
Device accessible content instead of passed directly
danhoeflinger dd71fdf
more information about device policy iterator compatibility
danhoeflinger 21b8d0f
language improvement
danhoeflinger 7c76593
readjusting content
danhoeflinger 250aed2
minor improvements
danhoeflinger 696d925
Improve language
danhoeflinger b250e77
accept suggestion
danhoeflinger 8928a06
removing legacy passed direcly description
danhoeflinger 1fff43d
Adjusting structure, and some language improvements
danhoeflinger 59c147a
remove "always"
danhoeflinger 0fe3101
Address feedback, take suggestions
danhoeflinger 1d44b35
adding template to the text
danhoeflinger a918a45
remove usm std::vector::iterators mention
danhoeflinger 25edb0b
adjust code formatting
danhoeflinger b4aeaf0
Signed-off-by: Dan Hoeflinger <[email protected]>
danhoeflinger 4967f43
are -> is
danhoeflinger 583fd52
language adjustment for base characteristic;
danhoeflinger b8a6018
rename to "indirectly device accessible iterators"
danhoeflinger 311f2cb
formatting
danhoeflinger 8676878
Adding a section for other iterators
danhoeflinger ef67c3d
remove unnecessary implementation details
danhoeflinger 0f64be0
trait<buffer wrapper> = true
danhoeflinger 780f501
restricting permutation_iterator SourceIterator to indirectly device …
danhoeflinger a57c7d7
formatting
danhoeflinger 6114c2c
language improvements
danhoeflinger 536f2fa
rewrite to focus on requirements over implementatation
danhoeflinger 632ac23
grammar clarity
danhoeflinger b5f1d8c
remove description of implementation detail
danhoeflinger 3fa2a02
formatting
danhoeflinger 1c71426
Apply suggestions from code review
danhoeflinger 3b94837
Apply suggestions from code review
danhoeflinger 699562b
reduced examples
danhoeflinger 1369be7
removing direct mention of std::vector iterators
danhoeflinger 7e02e6a
formatting
danhoeflinger 7d07c92
better grouping requirements for permutation iterator
danhoeflinger 8e32c96
extra space removal
danhoeflinger 5cee0b6
grammar
danhoeflinger 3970f44
mention of std::vector::iterator
danhoeflinger d00d9cd
minor improvement
danhoeflinger 98a0cf4
removing comments on device copyable where we have no control / knowl…
danhoeflinger 9499cdd
Adjust "Other iterators" section
danhoeflinger d239878
clarifying USM pointer assumption for device polices only
danhoeflinger 4080952
saying less about C++ standard iterators
danhoeflinger 00c6c7e
Update source/elements/oneDPL/source/parallel_api/iterators.rst
danhoeflinger 524f8f0
Apply suggestions from code review
danhoeflinger 7616251
removing excess italics
danhoeflinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.