-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fake
OpaqueExecutable
and update HLO runner interface use it.
We want to migrate all uses of `xla::Executable` that interact with the HLO runners to `xla::OpaqueExecutable`. This will be a new class that is not a member of the `xla::Executable` class hierarchy. The plan is for this class to have no public fields or accessors and for it to solely be used for wrapping runner-specific executables within. This is step 1/3. PiperOrigin-RevId: 722727338
- Loading branch information
1 parent
a42a623
commit 264b591
Showing
7 changed files
with
175 additions
and
48 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.