Skip to content

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.

2 participants