-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I did that thing again! Features in this commit: - `ThreadManager` allows you to define custom thread creation functions for environments & sessions. - Sessions can now opt-out of using the environment's global thread pool. - Implemented the safe `ShapeInferenceContext` wrapper for custom operators. - Prepacked weights allow the CPU execution provider to share one allocation for identical weights between sessions. - Customize workload type to prioritize efficiency; useful for background tasks. - Configurable per-session log identifiers - Dynamic dimension overrides Breaking changes: - `EnvironmentGlobalThreadPoolOptions` is now `GlobalThreadPoolOptions` and uses the builder pattern instead of exposed struct fields.
- Loading branch information
1 parent
7819d56
commit 87577ef
Showing
12 changed files
with
536 additions
and
54 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
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.