Skip to content
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

increase cl mpcount since Compilation is moved on CPU machine #20116

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

mszhanyi
Copy link
Contributor

Description

The CPU machine has 16 cores, so we can increase the parallel count.
Compared with 2 runs.

  1. https://dev.azure.com/aiinfra/Lotus/_build/results?buildId=432328&view=results
  2. https://dev.azure.com/aiinfra/Lotus/_build/results?buildId=432331&view=results
    The compilation took about 25 minutes if the parallel count is 15, while it took 41 minutes if the parallel count is 3

Motivation and Context

@mszhanyi mszhanyi requested review from skottmckay and snnn March 28, 2024 03:22
@mszhanyi mszhanyi merged commit 2a38168 into main Mar 28, 2024
107 checks passed
@mszhanyi mszhanyi deleted the zhanyi/cl_mpcount branch March 28, 2024 05:30
TedThemistokleous pushed a commit to TedThemistokleous/onnxruntime that referenced this pull request May 7, 2024
…oft#20116)

### Description
The CPU machine has 16 cores, so we can increase the parallel count.
Compared with 2 runs.
1.
https://dev.azure.com/aiinfra/Lotus/_build/results?buildId=432328&view=results
2.
https://dev.azure.com/aiinfra/Lotus/_build/results?buildId=432331&view=results
The compilation took about 25 minutes if the parallel count is 15, while
it took 41 minutes if the parallel count is 3


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Co-authored-by: Yi Zhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants