-
Notifications
You must be signed in to change notification settings - Fork 161
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
Feature/cuda reduce #1064
Draft
ZelboK
wants to merge
34
commits into
NVIDIA:main
Choose a base branch
from
ZelboK:feature/cuda_reduce
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.
+332
−92
Draft
Feature/cuda reduce #1064
Changes from 10 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
21c7d35
SAVE WORK SQUASH COMMIT
ZelboK f909b9d
save
ZelboK 17c4592
getting closer
ericniebler 71cd446
save work before merge main squash
ZelboK 201b0ab
Revert "save work before merge main squash"
ZelboK 217e5d1
save before change branch squash later pls
ZelboK 6c10550
Revert "save before change branch squash later pls"
ZelboK e6a37e3
Merge branch 'main' into feature/cuda_reduce
ZelboK ae4297a
commit before chage branch squash later
ZelboK 2aa2d9a
push upwards for second opinions
ZelboK 1e517a3
remove noise
ZelboK b024e09
demonstrate recursive sender transformation
ericniebler 6a6aafa
add test for static_thread_pool bulk concurrency; cleanup
ericniebler fcd7747
__reconstitute is just make_sender, rename apply_sender
ericniebler 5fb2849
Merge remote-tracking branch 'origin/main' into feature/cuda_reduce
ericniebler f0dc533
Merge branch 'on-redux' into feature/cuda_reduce
ericniebler b94bd4d
Merge remote-tracking branch 'origin/main' into feature/cuda_reduce
ericniebler 8722f36
fix cycle in type system in stream scheduler concepts
ericniebler 8350038
Merge pull request #1 from ericniebler/feature/cuda_reduce
ZelboK 76f863d
Merge remote-tracking branch 'origin/main' into tmp_cuda_reduce
ericniebler b240e36
Merge remote-tracking branch 'origin/main' into HEAD
ericniebler 6dce716
Merge branch 'main' into HEAD
ericniebler d97b5df
Merge remote-tracking branch 'origin/main' into cuda_reduce
ericniebler 82657c4
Merge remote-tracking branch 'origin/main' into cuda_reduce
ericniebler 6f55541
merge main
ZelboK b5a09b8
Merge branch 'main' of github.com:NVIDIA/stdexec into feature/cuda_re…
trxcllnt 7931851
update type names
trxcllnt 298cae0
use int instead of float
trxcllnt bdd9307
clean up include
trxcllnt a73f622
Merge branch 'main' of github.com:NVIDIA/stdexec into feature/cuda_re…
trxcllnt 8e62305
update aws-actions/configure-aws-credentials version
trxcllnt ed370d6
update aws-actions/configure-aws-credentials version
trxcllnt 200fa34
change CI CPU workflow trigger
trxcllnt 7ec74dd
Merge branch 'main' into feature/cuda_reduce
trxcllnt 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be renamed to
apply
. I was conducting an experiment.