-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use GCC and remove sandboxing mechanisms. (#4658)
* Use GCC and remove sandboxing mechanisms. * Split `libxla_computation_client.so` into libraries. (#4659) * Split `libxla_computation_client.so` into libraries. To do this split, reworked the metrics analysis. Currently, metrics analysis would get a global singleton of the computation client to get the metrics. This change switches to injection, so the python bindings init can use the singleton to pass the metrics down to the analysis, removing the dependency from the analysis to the whole client. Add some tests. * Remove running tests; they are not cached and are slow. They are not run anyway as is.
- Loading branch information
1 parent
35c07d5
commit 023d763
Showing
14 changed files
with
617 additions
and
155 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
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.