-
Notifications
You must be signed in to change notification settings - Fork 209
add test_scheduler to support marble tests #1665
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
Open
kirkshoop
wants to merge
50
commits into
NVIDIA:main
Choose a base branch
from
kirkshoop:marbletesting
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
aa8d882
Add debug and static-member-fn support to sequence-sender
kirkshoop 4e37d4d
switch `__seqexpr` to use static-member-fn to customize `subscribe` a…
kirkshoop fef35d8
add `__well_formed_sequence_sender` constraints to `ignore_all_values…
kirkshoop f7da526
improve debugging for `transform_each`
kirkshoop 082a9e4
move sequence ERROR structs into exec namespace
kirkshoop 4cca273
add `merge` algorithm for sequence-senders
kirkshoop ef85ae8
fix bugs in merge and transform_each
kirkshoop 86c2afb
apply PR feedback
kirkshoop b3ca212
remove requires clause that was preventing diagnosis of failed type c…
kirkshoop bb09c37
diagnostics improvements for sequence sender
kirkshoop 3f1ba21
add merge_each sequence sender adaptor
kirkshoop 5117f8b
provide aliases for exec::materialize_t and exec::dematerialize_t
kirkshoop d63efcf
fix compiler error construction in merge
kirkshoop 41a2f09
fix some ordering and error handling issues in merge_each
kirkshoop 28d9367
improve compile errors for sequence senders
kirkshoop be05244
prevent trailing return types from causing subscribe, get_completion_…
kirkshoop b1b1614
add the option to specify a scheduler to iterate.
kirkshoop 84b041f
add test_scheduler and marble and notification
kirkshoop b70a136
Merge branch 'main' into addmerge
ericniebler da25787
remove windows-only compilation error debug aid that is breaking wind…
kirkshoop 54e46e2
replace static_thread_pool with single_thread_context. static_thread_…
kirkshoop 3229813
Merge branch 'main' into addmerge
ericniebler 8364f1a
clang-format changes
kirkshoop f58736e
remove _t from concept name
kirkshoop 431c67c
simplify meta expression at the behest of Visual Studio
kirkshoop 825110f
compile time debug changes
kirkshoop 73d3cb0
Merge branch 'addmerge' into add-merge_each
kirkshoop 9c71ef2
fix crash in delays_each_on
kirkshoop 71da7d9
Merge remote-tracking branch 'origin/addmerge' into add-merge_each
kirkshoop 36b00e2
clang-format changes
kirkshoop 3cbf83b
fix bad copy/paste
kirkshoop ec14797
clang-format changes
kirkshoop dbd27ac
Merge branch 'add-merge_each' into marbletesting
kirkshoop 09c57f3
update transform_iterate to work with specified scheduler support in …
kirkshoop 6bed02b
silence visual studio unreachable warnings
kirkshoop 9fd303d
fix visual studio errors
kirkshoop a309693
fixes visual studio compile errors and runtime crashes
kirkshoop 3d93782
fix delays_each_on
kirkshoop 175e734
fix clang19 build
kirkshoop ff06ec6
Merge remote-tracking branch 'upstream/main' into add-merge_each
kirkshoop f8841c5
fix bad merge
kirkshoop 0fc8423
Merge branch 'add-merge_each' into marbletesting
kirkshoop 2b48dfe
how did this ever compile?
kirkshoop ce05c8f
remove checks in multithreaded tests that cause test failures on slow…
kirkshoop 23ab4b8
Merge branch 'add-merge_each' into marbletesting
kirkshoop 850a25c
fixes warnings and errors in clang16
kirkshoop 50d6ce7
get nvhpc compiling
kirkshoop 307ead3
Merge branch 'add-merge_each' into marbletesting
kirkshoop 9206c45
use relative includes
ericniebler ce4b544
Merge branch 'main' into marbletesting
ericniebler 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
prevent trailing return types from causing subscribe, get_completion_…
…signatures, and get_item_types to SFINAE away. This helps compiler errors to have better information
- Loading branch information
commit be05244ede164cbf6a888041791f589075a3e675
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
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.