aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/platform_util.cc
Commit message (Expand)AuthorAge
* Add a flag that lets users override the number of host "devices" as seen by XLAGravatar Sanjoy Das2018-09-21
* Make sure the platform is initialized before use.Gravatar A. Unique TensorFlower2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] tensorflow::str_util::Lowercase -> absl::AsciiStrToLower.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Don't call VisibleDeviceCount from GetSupportedPlatformsGravatar A. Unique TensorFlower2018-07-13
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Make hlo_test_base support running and comparing an hlo module.Gravatar A. Unique TensorFlower2017-12-07
* [XLA] Add a convenience function that returns a platform with the given name.Gravatar A. Unique TensorFlower2017-11-22
* [XLA] Remove the assumption that the non-CPU backend is the default if moreGravatar Kay Zhu2017-10-24
* [SE] Make ExecutorCache thread-safe, change ExecutorCache::Insert to Executor...Gravatar Peter Hawkins2017-07-31
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09