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

[RUNTIME] Fix determination of big/little cores domains #13832

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

elvin-n
Copy link
Contributor

@elvin-n elvin-n commented Jan 24, 2023

In case of three or more cores domains we starts to treat non little cores as big ones and offload work to them as well by default. This fix current modern schemes like 1-3-4 with 1 huge, 3 big cores and 4 little cores and causes tvm to use huge and big cores for inference

In case of three or more domains we starts to treat non little
cores as big ones and offload work to them as well by default. This
fix current modern schemes like 1-3-4 scheme with 1 huge, 3 big cores and 4
little cores and causes tvm to use huge and big cores for inference
@tvm-bot
Copy link
Collaborator

tvm-bot commented Jan 24, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

Copy link
Contributor

@echuraev echuraev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@junrushao junrushao merged commit 6fdb1b7 into apache:main Jan 24, 2023
fzi-peccia pushed a commit to fzi-peccia/tvm that referenced this pull request Mar 27, 2023
In case of three or more domains we starts to treat non little
cores as big ones and offload work to them as well by default. This
fix current modern schemes like 1-3-4 scheme with 1 huge, 3 big cores and 4
little cores and causes tvm to use huge and big cores for inference
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.

4 participants