-
Notifications
You must be signed in to change notification settings - Fork 859
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
Enable worker core pinning in CPU nightly benchmark #2166
Merged
min-jean-cho
merged 46 commits into
pytorch:master
from
min-jean-cho:minjean/enable_worker_core_pinning
Apr 13, 2023
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
581c362
verify setup
min-jean-cho df13c86
verify setup
min-jean-cho 2fed1fa
fix
min-jean-cho 5372e3e
build frontend
min-jean-cho 233abd6
fix
min-jean-cho 54d84fc
fix
min-jean-cho 874dcea
fix
min-jean-cho 1c9943a
fix
min-jean-cho f0fd731
fix
min-jean-cho 798aa2a
log error
min-jean-cho 998b147
update
min-jean-cho 981cce3
update
min-jean-cho f49d9e0
fix
min-jean-cho 99adfc1
update
min-jean-cho b911393
update
min-jean-cho 2a8cae3
update
min-jean-cho 4d4f127
update
min-jean-cho a04450d
test github action
min-jean-cho 91e928d
test
min-jean-cho 22c0531
verify logical core setup
min-jean-cho fc82e2e
run full test
min-jean-cho 8da4f34
run full test
min-jean-cho 61553b3
test without ht
min-jean-cho 2009a94
run full test physical cores
min-jean-cho 7488b0e
enable --use_logical_core in nightly benchmark
min-jean-cho ae5dfd4
Delete benchmark_worker_core_pinning_cpu.yml
min-jean-cho 3cfdcbc
remove benchmark testing
min-jean-cho 917810a
Merge branch 'minjean/enable_worker_core_pinning' of https://github.c…
min-jean-cho ede19e0
remove benchmark testing
min-jean-cho ff20976
remove benchmark testing
min-jean-cho e887b1b
Merge branch 'master' into minjean/enable_worker_core_pinning
msaroufim 22454bf
Merge branch 'master' into minjean/enable_worker_core_pinning
msaroufim d29d629
(1) enable core pinning for nightly benchmark (2) double check setup
min-jean-cho 60e8ce3
verify setup
min-jean-cho 255cf39
verify setup
min-jean-cho 06f3df8
Merge branch 'master' into minjean/enable_worker_core_pinning
min-jean-cho 25b2be0
verify setup
min-jean-cho 7907d71
verify setup
min-jean-cho 7381a3a
verify setup
min-jean-cho 67e493d
verify setup
min-jean-cho b3649d0
verified setup
min-jean-cho d090059
update
min-jean-cho 1bed291
revert
min-jean-cho c0dab14
lint
min-jean-cho c399735
lint
min-jean-cho 26d5c39
Merge branch 'master' into minjean/enable_worker_core_pinning
lxning 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
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.
do we need add numactl into docker container for cpu?