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

Reduce cpu load during init #188

Merged
merged 3 commits into from
Feb 16, 2024
Merged

Reduce cpu load during init #188

merged 3 commits into from
Feb 16, 2024

Conversation

poszu
Copy link
Collaborator

@poszu poszu commented Feb 15, 2024

Closes #118

Implemented the proposed solution (see #118) - sleep between enqueuing the kernel and reading the data.

@poszu poszu marked this pull request as ready for review February 15, 2024 16:11
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (75f2917) 94.01% compared to head (d96898b) 94.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #188      +/-   ##
==========================================
+ Coverage   94.01%   94.07%   +0.05%     
==========================================
  Files          25       25              
  Lines        3126     3155      +29     
==========================================
+ Hits         2939     2968      +29     
  Misses        187      187              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@poszu poszu requested review from pigmej and dshulyak February 16, 2024 07:52
@poszu poszu merged commit 17dffd5 into main Feb 16, 2024
18 checks passed
@poszu poszu deleted the 118-reduce-cpu-load-during-init branch February 16, 2024 13:56
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.

Reduce CPU load during GPU initialization
2 participants