-
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
Fixing incorrect (recent?) refactoring: reverting devicePriorities to be vector and respect the order, as opposed to the unordered_map that effectively ignores the priorities #2249
Conversation
@myshevts please, submit the same changes to release 2021.1 |
2a1e552
to
cb998e0
Compare
code review is done. All PRs have +1 from you (see gitlab). |
…osed to the incorrect (re cent?) refactoring that introduced the unordered_map that effectively ignores the priorities
cb998e0
to
aa1d92e
Compare
good point: https://jira.devtools.intel.com/browse/CVS-38404. The only complexity that we will need mocking 2 or more devices to simulate the things |
Rebuild |
rebuild |
CI is red |
this is Myriad sticks that are down, will need to "rebuild" again |
rebuild |
rebuild |
@apankratovantonp , when you have replaced the device priorities to be unordered_map and not the vector, the priorities were essentially ignored 🥇 . I strongly suggest you do a code review with me before doing refactoring like this.