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

Batch speed optimization #92

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

maarzt
Copy link
Collaborator

@maarzt maarzt commented Aug 5, 2022

The way Labkit uses resources to batch process images can still be improved:

  • process small images in parallel
  • set optimal TaskExecutors for CPU and GPU processing
  • match the number of parallel GPU accesses to the available GPU memory
  • allow to increase the block size

The PR adds a BatchBenchmark that allows to measure Labkits performance when operating on multiple images, and also has some WIP code for setting TaskExecutors.

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.

1 participant