aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/platform_util.h
Commit message (Collapse)AuthorAge
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
| | | | PiperOrigin-RevId: 193301997
* [XLA] Make hlo_test_base support running and comparing an hlo module.Gravatar A. Unique TensorFlower2017-12-07
| | | | | | | | Also, - Add examples that shows how to use the hlo_test_base as to create text/file-based testcases. - Change the behavior of GetDefaultPlatform: when only one platform is present, returns that one; when two platforms are present and one of them is the interpreter, returns the other one. This is because some tests included both hlo_test_base and client_library_test_base, but now the hlo_test_base is linked with interpreter by default, which makes client_library_test_base fail getting the default platform. PiperOrigin-RevId: 178309022
* [XLA] Add a convenience function that returns a platform with the given name.Gravatar A. Unique TensorFlower2017-11-22
| | | | PiperOrigin-RevId: 176715886
* [XLA] Remove the assumption that the non-CPU backend is the default if moreGravatar Kay Zhu2017-10-24
| | | | | | | than 1 platforms exist, now that ComputeConstant no longer requires a dedicated CPU backend. PiperOrigin-RevId: 173360476
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09
XLA is a compiler-based linear algebra execution engine that targets CPUs, GPUs and custom accelerators. XLA is still experimental; we are releasing it early to get the community involved. Change: 143990941