-
Notifications
You must be signed in to change notification settings - Fork 3k
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
#19921 [Dup] LLC Core count calculations updated #20171
Conversation
thanks for reformatting @jchen351 ! |
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.
LGTM
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.
LGTM
/azp run Linux CPU Minimal Build E2E CI Pipeline |
Azure Pipelines successfully started running 1 pipeline(s). |
### Description <!-- Describe your changes. --> See #19921 Just to address one comment: #19921 (comment) since this is an external branch. need to open another pull request for this. ### 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: Sai Kishan Pampana <[email protected]> Co-authored-by: rachguo <[email protected]> Co-authored-by: Jian Chen <[email protected]>
@jchen351 The flag was added back, considering its position in the code this wont have an effect without the additional conditionals. To avoid confusion and cleanliness I suggest removing the flag, in the build file. We don't expect those building ORT to need additional knowledge of the platform to get the best performance. |
…20171) ### Description <!-- Describe your changes. --> See microsoft#19921 Just to address one comment: microsoft#19921 (comment) since this is an external branch. need to open another pull request for this. ### 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: Sai Kishan Pampana <[email protected]> Co-authored-by: rachguo <[email protected]> Co-authored-by: Jian Chen <[email protected]>
Description
See #19921 Just to address one comment: #19921 (comment)
since this is an external branch. need to open another pull request for this.
Motivation and Context