-
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
Fix the issue of cpu affinity mask changed on a NUMA machine with SEQ #25455
Fix the issue of cpu affinity mask changed on a NUMA machine with SEQ #25455
Conversation
General comment: @wangleis What do you think? |
@dmitry-gorokhov Since CPU mask affects whole process, option b may not work. Xiaoxia will update PR to change and restore CPU mask during inferring like option a. |
@dmitry-gorokhov I put cpu pinning before and after the task(). Please take a look again. |
AS we discussed on the sync. Lets clarify 2 things first:
|
|
Thanks @sunxiaoxia2022 ! @wangleis Do you have any objections? |
@dmitry-gorokhov In sync mode, app is blocked during inference and app thread is used for inference. Since we will restore CPU mask after inference, current solution should be ok for sync mode from my understanding. |
Good point. Agree. Approved! |
…openvinotoolkit#25455) ### Details: - *Fix the issue of cpu affinity mask changed on a NUMA machine with SEQ* ### Tickets: - *CVS-143272*
Details:
Tickets: