aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
* Delete parallel_check_op_flags.Gravatar Sanjoy Das2018-09-07
* Remove some straggling dead references to host compute and host module.Gravatar Mark Heffernan2018-09-07
* Fixed XLA build error.Gravatar A. Unique TensorFlower2018-09-07
* [XLA] Sink PrecisionConfig into Hlo{Dot,Convolution}InstructionGravatar David Majnemer2018-09-07
* Fix compilation of XLA.Gravatar Ilya Biryukov2018-09-07
* Automated rollback of commit 5a635e3472e16007830fca533c35b2f63fc4f898Gravatar A. Unique TensorFlower2018-09-07
* [TF:XLA] Split XLA Concat Ops that fail on large sets of inputs.Gravatar A. Unique TensorFlower2018-09-07
* [XLA:GPU] Clean up init thunk handling to handle arbitrary fused init valuesGravatar Benjamin Kramer2018-09-07
* Split out HloDomainInstruction as subclass form HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* Split out HloDotInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* [XLA] Add support for convolution feature groups to HloCostAnalysisGravatar David Majnemer2018-09-06
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* [XLA] Handle kDomain in HloCostAnalysis.Gravatar Yuanzhong Xu2018-09-06
* [XLA:GPU] Refactor some code for fusion output handling.Gravatar Bixia Zheng2018-09-06
* Simplify BUILD rule for MKL transpose op.Gravatar A. Unique TensorFlower2018-09-06
* [TF:XLA] Convert bfloat16_propagation_test and hlo_cse_test to use the HLO ve...Gravatar Dimitris Vardoulakis2018-09-06
* Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* Parse feature_group_count attributes of CustomCall ops.Gravatar Adrian Kuegel2018-09-06
* [tf.data] Move all C++ code inside the `tensorflow::data` namespace.Gravatar Derek Murray2018-09-05
* Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* Make logging less verboseGravatar Sanjoy Das2018-09-05
* [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* Set CUDA_VISIBLE_DEVICES='' tfcompile and tfcompile tests' genrules.Gravatar Justin Lebar2018-09-05
* [XLA] Give "big" and "small" params different colors in hlo_graph_dumper.Gravatar Justin Lebar2018-09-05
* Simplify analysis in funcitonalize_cond by splitting CondState.Gravatar Jacques Pienaar2018-09-05
* Add support for grouped convolutions to the HloEvaluator.Gravatar Adrian Kuegel2018-09-05
* [XLA] Add some ReduceWindow tests, and make them more robust.Gravatar Michael Kuperstein2018-09-05
* [XLA] Don't show trivial feature_group_count attributesGravatar David Majnemer2018-09-04
* [XLA] Add a test case for propagating the result layout of a non-elementwiseGravatar Bixia Zheng2018-09-04
* Fix CRS combiner for spatial partitioningGravatar HyoukJoong Lee2018-09-04
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA:GPU] Make sure the input for ThenMemcpy stays alive when it executesGravatar Benjamin Kramer2018-09-04
* [XLA:GPU] Flush out any pending work before starting autotuneGravatar Benjamin Kramer2018-09-03
* Fix floating point ordering in the Sort HLO op in the GPU backend.Gravatar Adrian Kuegel2018-09-03
* Call Cudnn also for grouped convolutions.Gravatar Adrian Kuegel2018-09-03
* [XLA] Simplify effective scalar iota to zeroGravatar David Majnemer2018-09-02
* [XLA] Remove remaining StringPiece references.Gravatar Benjamin Kramer2018-09-01
* [XLA] Use absl::CUnescapeGravatar Benjamin Kramer2018-09-01
* [XLA:CPU] Don't use "temps" to refer to the table of buffer allocationsGravatar Sanjoy Das2018-08-31
* CHECK that the thread locality of the call matches thread locality of the calleeGravatar Sanjoy Das2018-08-31
* [XLA] Update test timeouts so the tests pass with optimized + -UNDEBUGGravatar Benjamin Kramer2018-08-31
* [XLA] Mark iota_test as optonly, iota_test_cpu takes forever in fastbuildGravatar Benjamin Kramer2018-08-31
* [XLA:GPU] Instruction fusion: Do not fuse into reduce input fusions if the re...Gravatar Thomas Joerg2018-08-31
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* Rollback of a rollback with fixes included. See below for details of the orig...Gravatar A. Unique TensorFlower2018-08-30
* [XLA] Add two new tests.Gravatar Justin Lebar2018-08-30