forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore PJRT to minimally functional after break with XLA. (iree-org#…
…15105) When imported, we removed all code that relied on static/bazel linkage into XLA internals. This patch adds back the pure C path for device memory layout, which is the minimum needed to run simple programs. Next, we will need to add code generation for layout changes, and then it is just minor ergonomic work to get back to where it was. As-is, though, we can run things with this patch again and can start wiring it for CI, etc.
- Loading branch information
1 parent
39b3b24
commit d76a104
Showing
7 changed files
with
213 additions
and
191 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.