-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement batch inference for image encoding (#30)
* WIP: Implement batch inference * WIP: use broadcastable mul_mat * Batched Conv2D is working * Batched Conv2D is working * Fix concat * Batched output normalization * Full batch inference is working * Full batch inference is working * Sync ggml * Sync ggml * Sync ggml * add multithreaded batched image preprocessing * add multithreaded batched image preprocessing * Update batch preprocess function signature * Implement batch inference in benchmark util * sync ggml * set n_threads as const * Sync ggml
- Loading branch information
Showing
6 changed files
with
212 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.