System scheduler R6 work#1464
Merged
ericniebler merged 13 commits intoNVIDIA:mainfrom Mar 19, 2025
Merged
Conversation
One can replace different specialization of `query_system_context`. The runtime setter for system context (`set_system_context_backend`) is visible and can be specialized.
Instead of having a dedicated parameter of type `env`, the receiver environment is now exposed thorough `receiver`. We don't need to store any extra data in the operation state, and the receiver can be queried at any time for receiver environment properties.
Collaborator
|
/ok to test |
Collaborator
|
/ok to test |
Collaborator
|
/ok to test |
Hoping that msvc will allow it to be `constinit`.
Contributor
Author
|
@ericniebler : can you please help me with the verification of this PR? |
Collaborator
|
/ok to test |
Contributor
Author
|
@ericniebler : sorry, I need another ping to the CI (one failed GPU build, and a message that somehow my branch was not up to date) |
Collaborator
|
/ok to test |
Collaborator
|
@lucteo is this ready to merge? |
Contributor
Author
|
yes, it is. I have 2 other work chunks on top of this to get "parallel scheduler" (and bulk) up to the design-approved state discussed in Hagenberg. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.