-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose thrust's contiguous iterator unwrap helpers
Lifts the following functions into the public API and renames them: * contiguous_iterator_raw_pointer_t -> unwrap_contiguous_iterator_t * contiguous_iterator_raw_pointer_cast -> unwrap_contiguous_iterator * try_unwrap_contiguous_iterator_return_t -> try_unwrap_contiguous_iterator_t * try_unwrap_contiguous_iterator Fixes: #1711
- Loading branch information
1 parent
f53f8dd
commit 8efb0b2
Showing
4 changed files
with
40 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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 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 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 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