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

Fix multithreading #2198

Merged

Conversation

andrey-churkin
Copy link
Contributor

Changes

The _multithreading_calculation_ranking_score does not work when len(groups_to_rank) < self._num_workers

Reason for changes

IndexError: pop from empty list

Related tickets

N/A

Tests

N/A

@andrey-churkin andrey-churkin requested a review from a team as a code owner October 13, 2023 12:19
@github-actions github-actions bot added the NNCF PTQ Pull requests that updates NNCF PTQ label Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #2198 (9c6fb79) into develop (bd9e843) will increase coverage by 0.00%.
Report is 1 commits behind head on develop.
The diff coverage is 0.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2198   +/-   ##
========================================
  Coverage    36.57%   36.57%           
========================================
  Files          484      484           
  Lines        43300    43310   +10     
========================================
+ Hits         15837    15841    +4     
- Misses       27463    27469    +6     
Files Coverage Δ
...quantization/algorithms/accuracy_control/ranker.py 34.69% <0.00%> (ø)

... and 5 files with indirect coverage changes

@andrey-churkin
Copy link
Contributor Author

Failed build: 10733

@andrey-churkin andrey-churkin changed the title Fixmultithreading Fix multithreading Oct 13, 2023
@andrey-churkin
Copy link
Contributor Author

Successful build: 10738

@alexsu52 alexsu52 merged commit 9b75974 into openvinotoolkit:develop Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NNCF PTQ Pull requests that updates NNCF PTQ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants