-
Notifications
You must be signed in to change notification settings - Fork 220
[runtime/tokio] support for core pinned dedicated tasks #3549
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
andresilva
wants to merge
37
commits into
main
Choose a base branch
from
andre/runtime-spawn-pinned
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 all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
1b43392
[runtime] support pinning dedicated tasks to a core
andresilva fd20460
[runtime] add helper for available cores
andresilva 8c076c1
[runtime] clippy
andresilva df22aa9
[runtime] warn once on pin_to_core failure
andresilva cc2321b
[runtime] clippy
andresilva 53bff09
[runtime] tests
andresilva f00c82e
[runtime] panic on invalid core number
andresilva d3877f5
[runtime] test pinned panic
andresilva 595bbcc
[runtime] panic eagerly on invalid pinned
andresilva a3b5f97
[runtime] fix test
andresilva a0d9699
[runtime] available_cores works on any unix
andresilva cd17564
[runtime] test available_cores
andresilva e6077ad
Merge branch 'main' into pr/3549
patrick-ogrady ab37233
[runtime] remove stale instrumented spawner method
patrick-ogrady bb4238b
Merge branch 'main' into andre/runtime-spawn-pinned
andresilva cc4a3b7
[runtime] pin cpus not cores
andresilva 017c4c7
[runtime] panic on failed cpu pinning
andresilva 64ffa2d
[runtime] clippy
andresilva eb5ac73
[runtime] cleanup
andresilva 2ee66b0
[runtime] fix large cpu oom
andresilva 1d33fe6
[runtime] cleanup available_cpus
andresilva d6bdfdf
[runtime] cleanup
andresilva 6ef8a13
[runtime] cleanup
andresilva 380231c
[runtime] cleanup
andresilva 61be589
[runtime] cleanup tests
andresilva aff0464
[runtime] avoid clone
andresilva d478b2a
[runtime] cleanup
andresilva 2885b19
[runtime] nit
andresilva 6a9261e
[runtime] nit
andresilva 72bc5ea
[runtime] fix
andresilva 201683d
[runtime] fix test
andresilva 412967a
[runtime] clippy
andresilva 8df7099
[runtime] remove Spawner::available_cpus
andresilva 87f22f0
[runtime] export available_cpus
andresilva 34c0cdc
[runtime] clippy
andresilva 2e18622
[runtime] clippy
andresilva 1fb2e83
[runtime] fix wasm
andresilva 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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.