-
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.
[shortfin] Finishes plumbing ProgramIsolation through to the Python A…
…PI. (#350) * Fixes an egregious bug on wait fence setup (that was causing invocations to always have an empty wait set) discovered while testing these more advanced modes. * Adds `isolation=` to `Program` constructor and invocation APIs (for fine-grained control). * Adds `ProgramIsolation` enum. * Adds `Program.isolation` property. * Adds `ProgramFunction.isolation` property. * Overhauls the mobilenet invocation test to exercise several newly available concurrency variants. Co-authored-by: Ean Garvey <[email protected]>
- Loading branch information
1 parent
e465c83
commit 023d31f
Showing
5 changed files
with
177 additions
and
30 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
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