aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/cpu_runtime.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Add a flag that lets users override the number of host "devices" as seen by XLAGravatar Sanjoy Das2018-09-21
* Implement sort op for CPU.Gravatar Adrian Kuegel2018-09-19
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* Annotate C++ runtime routines with TF_ATTRIBUTE_NO_SANITIZE_MEMORYGravatar Sanjoy Das2018-08-01
* Merge pull request #18685 from nuchi/fft_no_core_framework_and_single_threadGravatar Martin Wicke2018-05-19
|\
* | [TF:XLA] Add INTEL MKL_DNN Conv2d method to XLA/CPU backendGravatar Tony Wang2018-04-26
| * Add single-threaded support for XLA CPU FftGravatar Haggai2018-04-18
| * Branch 191925087 (#18299)Gravatar Rasmus Munk Larsen2018-04-06
* | Automated g4 rollback of changelist 191605505Gravatar Tony Wang2018-04-05
* | Automated g4 rollback of changelist 191527251Gravatar Tony Wang2018-04-04
* | [TF:XLA] Add INTEL_MKL_ML MatMul method to XLA/CPU backendGravatar Tony Wang2018-04-03
|/
* [XLA] FP16 Dot support for the CPU and GPU backends.Gravatar Bixia Zheng2018-02-28
* Enable half precision convolution for the CPU and GPU backends.Gravatar Bixia Zheng2018-02-15
* Automated g4 rollback of changelist 180000981Gravatar A. Unique TensorFlower2018-01-02
* Automated g4 rollback of changelist 179983419Gravatar A. Unique TensorFlower2017-12-23
* Adds FFT for XLA: CPU via Eigen, GPU via cuFFT.Gravatar A. Unique TensorFlower2017-12-22
* Automated g4 rollback of changelist 171877766Gravatar A. Unique TensorFlower2017-10-16
* Automated g4 rollback of changelist 171877766Gravatar Anna R2017-10-11
* [XLA:CPU] Adds intra-op parallelism to the "sequential" CPU backend (which al...Gravatar A. Unique TensorFlower2017-10-11
* [XLA:CPU] Atomically enqueue tuple buffers for outfeed.Gravatar Chris Leary2017-07-31
* Make the logic around linking to CPU runtime functions less error-prone.Gravatar A. Unique TensorFlower2017-07-24
* Revert "Make the logic around linking to CPU runtime functions less error-pro...Gravatar A. Unique TensorFlower2017-07-21
* Avoid using a static mutex to prevent initialization-order-fiasco.Gravatar A. Unique TensorFlower2017-07-20
* Make the logic around linking to CPU runtime functions less error-prone.Gravatar A. Unique TensorFlower2017-07-20
* [XLA] Pass shape/layout information in calls to the CPU runtime routines.Gravatar A. Unique TensorFlower2017-07-13
* [XLA:CPU] Support for CPU outfeed and a xfeed (infeed/outfeed) test.Gravatar A. Unique TensorFlower2017-07-11
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09