-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
refactor cpu pinning #23099
refactor cpu pinning #23099
Conversation
@@ -17,6 +17,7 @@ void core_configuration(ov::test::SubgraphBaseTest* test) { | |||
// todo: issue: 123320 | |||
test->convert_precisions.insert({ov::element::bf16, ov::element::f32}); | |||
test->convert_precisions.insert({ov::element::f16, ov::element::f32}); | |||
test->configuration.insert({ov::hint::enable_cpu_pinning.name(), true}); |
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.
Please add the comment why we need this setting
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.
updated
@wangleis Please also update PR description with Win test pass time change (before/after). |
Updated |
Details:
-- add ov::affinity deprecation in CPU plugin introduction
-- refactoring get_cpu_pinning()
-- Default CPU pinning on Windows is false on all platform
Tickets: