aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* [XLA] Enable F16 convolution test for CPU.Gravatar Bixia Zheng2018-02-22
* [XLA] HLO BF16 propagation pass.Gravatar Yuanzhong Xu2018-02-22
* [TF:XLA] Improve readability of HLO graphs when rendered via Tensorboard.Gravatar Peter Hawkins2018-02-22
* Add S64 add/subtract test and convert tests.Gravatar Jacques Pienaar2018-02-22
* Adapt TensorFlow to LLVM API change from r325725Gravatar A. Unique TensorFlower2018-02-22
* Delete dot_operation_runtime_test -- it is identical to dot_operation_test.Gravatar Sanjoy Das2018-02-21
* Add more strided R1 tests.Gravatar Michael Kuperstein2018-02-21
* [XLA] Convert large constants of the same value into broadcasts.Gravatar Blake Hechtman2018-02-21
* Automated g4 rollback of changelist 186494344Gravatar Jacques Pienaar2018-02-21
* [XLA:CPU] Don't hard-code lane width in horizontal sum routineGravatar Sanjoy Das2018-02-21
* Add S64 add/subtract test.Gravatar Jacques Pienaar2018-02-21
* [XLA] Add FindInstruction and FindComputation helpers to HloTestBase.Gravatar Justin Lebar2018-02-21
* [XLA:CPU] Add FP32<->FP16 conversion routinesGravatar Sanjoy Das2018-02-20
* [TF2XLA] Account for input edge of predicate.Gravatar Jacques Pienaar2018-02-20
* [XLA] Emit saturating shifts on CPU, GPU and interpreterGravatar Sanjoy Das2018-02-20
* [TF:XLA] Tiny fixes.Gravatar Peter Hawkins2018-02-20
* [TF:XLA] Select the update value instead of the buffer to support negativeGravatar Blake Hechtman2018-02-19
* [XLA:GPU] Fix a problem in DoGemmAutotune.Gravatar Bixia Zheng2018-02-17
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* [XLA] Pass the module to HloDataflowAnalysis by const reference.Gravatar Michael Kuperstein2018-02-16
* Reset the DAZ bit when entering the XLA CPU/GPU compilerGravatar Sanjoy Das2018-02-16
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [TF:XLA] Adds HostCompute HLO - a pseudo-op to represent host-side computation.Gravatar A. Unique TensorFlower2018-02-16
* [XLA] HLO scheduling: update entries in ready queue when priority changes.Gravatar Yuanzhong Xu2018-02-16
* [XLA:CPU] Minor cleanup to simple_orc_jitGravatar Sanjoy Das2018-02-16
* Automated g4 rollback of changelist 185623948Gravatar A. Unique TensorFlower2018-02-16
* Add TODOs.Gravatar Bjarke Hammersholt Roune2018-02-16
* [XLA] Factor out the code which adds operands to a fusion nodeGravatar David Majnemer2018-02-16
* Adapt to API changes in LLVM revisions r325155 and r325180.Gravatar Benjamin Kramer2018-02-16
* Automated g4 rollback of changelist 185891869Gravatar Alina Sbirlea2018-02-15
* Error out when building XLA's CPU and GPU backends with fast-mathGravatar Sanjoy Das2018-02-15
* Add /learning/tfx/ to the visibility group of tensorflow/compiler/tf2xla/python.Gravatar A. Unique TensorFlower2018-02-15
* Wrap XlaOpRegistry::DeviceKernels call to call in python.Gravatar Jacques Pienaar2018-02-15
* Optimize dot(DynamicSlice(ConstA), ConstantB) by memoizing dot(ConstA, ConstB)Gravatar Alina Sbirlea2018-02-15
* [XLA] Fix priority queue in HLO scheduling.Gravatar Yuanzhong Xu2018-02-15
* Register "Snapshot" op inserted by Grappler arithmetic optimization. For (mos...Gravatar A. Unique TensorFlower2018-02-15
* Make conversions from ShapedBuffer <-> ScopedShapedBuffer efficient byGravatar A. Unique TensorFlower2018-02-15
* [HLOEval] Logical right shift returns 0 if shift amount exceeds bitwidth.Gravatar Jacques Pienaar2018-02-15
* Enable half precision convolution for the CPU and GPU backends.Gravatar Bixia Zheng2018-02-15
* Internal-only change.Gravatar Sanjoy Das2018-02-14
* [XLA:python] Add ability to set result layouts via Python API.Gravatar Chris Leary2018-02-14
* [TF:XLA] Add a hook to allow reshaping of TensorFlow variables when storing t...Gravatar Peter Hawkins2018-02-14
* [XLA] Add reproducer that shows perf issues in HloDataflowAnalysis::UpdateTup...Gravatar Nick Desaulniers2018-02-14
* [XLA:python] Plumb method to get program shape / return shape from builder.Gravatar Chris Leary2018-02-14
* [XLA] Add a test for map with static operands in the local Python client.Gravatar Roy Frostig2018-02-14
* [TF:XLA] Tag reverse_sequence test as optonly, increase its timeout.Gravatar Peter Hawkins2018-02-13
* Automated g4 rollback of changelist 185598764Gravatar A. Unique TensorFlower2018-02-13
* [XLA:GPU] Don't crash when the root instruction of a computation is a multi-o...Gravatar Justin Lebar2018-02-13
* Improve type safety around float constantsGravatar Sanjoy Das2018-02-13