aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla
Commit message (Expand)AuthorAge
...
* | [XLA] Support parsing the canonical format of HLO text.Gravatar A. Unique TensorFlower2018-10-02
* | [XLA] A test that disables layout assignment should only contain layoutGravatar Bixia Zheng2018-10-02
* | Fixes for few issues in HloModule::CreateFromProto()Gravatar A. Unique TensorFlower2018-10-02
| * [xla] Improve validation of Broadcast shapeGravatar Keno Fischer2018-10-02
* | Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* | [XLA] Replace the last FlatMap in XLA with a simple array.Gravatar Benjamin Kramer2018-10-02
* | [XLA] Fix some outdated comments referring to FlatMapGravatar Benjamin Kramer2018-10-02
* | Add a hint parameter to TransferLiteralToDeviceAsync that the implementation ...Gravatar A. Unique TensorFlower2018-10-02
* | Fix layout assignment for cross module all reduceGravatar A. Unique TensorFlower2018-10-02
* | Merge pull request #21958 from MattConley:CudaOccupancyGravatar TensorFlower Gardener2018-10-01
|\ \
* | | [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* | | [XLA] Add kAllToAll and kCollectivePermute to EffectiveOperandPrecisionIsOutp...Gravatar A. Unique TensorFlower2018-10-01
* | | Improve error message in transpose shape inference.Gravatar Tayo Oguntebi2018-10-01
* | | [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* | | Name fusion parameters simply "param_X".Gravatar Mark Heffernan2018-10-01
* | | [HloOrdering] Make parameter always defined before other instructions.Gravatar Yunxing Dai2018-09-30
* | | [XLA] Use a result cache to speed up InstructionFusion::CanFuseOnAllPaths()Gravatar Yuanzhong Xu2018-09-27
* | | Add opaque field to custom call.Gravatar Mark Heffernan2018-09-27
* | | [XLA] Allow the stream to be used for host-to-device transfers to be specifie...Gravatar A. Unique TensorFlower2018-09-27
* | | [XLA] Remove use of DeconstructTuple from MakeFakeArgumentsOrDie.Gravatar Peter Hawkins2018-09-26
* | | [XLA] Don't use NumUniqueInstructionIds() as a proxy for instruction_count()Gravatar Michael Kuperstein2018-09-26
* | | [XLA] In HloEvaluator, fix an issue where the return type and native type are...Gravatar Kay Zhu2018-09-25
* | | [XLA:GPU] Pad convolution features of size 3 up to 4.Gravatar Justin Lebar2018-09-25
* | | Add a new pass after convolution rewriter and pad insertion, to patternGravatar Tim Shen2018-09-25
* | | [XLA] Avoid recursion in global decreasing size best-fit heap.Gravatar Yuanzhong Xu2018-09-25
* | | [XLA] Make HloComputation::instruction_count() constant-time.Gravatar Michael Kuperstein2018-09-25
* | | Add fast-paths and reduce onerous precondition overhead in optimized mode.Gravatar A. Unique TensorFlower2018-09-25
* | | [XLA] Use \n rather than <br/> for linebreaks in graphviz tooltips.Gravatar Justin Lebar2018-09-24
* | | Add cuDNN fused convolution forward support.Gravatar Tim Shen2018-09-24
* | | Short-circuit AllOf as well. This fixes a crash in ConstantScalar, as itGravatar Tim Shen2018-09-24
* | | Fix Hlo pattern matcher's AnyOf, so that a sub-pattern doesn't captureGravatar Tim Shen2018-09-24
* | | Remove the public uses of CreateCudnnConv* in the favor ofGravatar Tim Shen2018-09-24
* | | Fix typo in error message.Gravatar Sanjoy Das2018-09-24
* | | Make sure broken tests are filtered out in XLA tests suites.Gravatar Gunhan Gulsoy2018-09-24
* | | [XLA] Update Scatter to ignore out-of-bound indices.Gravatar A. Unique TensorFlower2018-09-24
* | | Further simplify the cuDNN wrappers. Instead of passing aroundGravatar Tim Shen2018-09-24
* | | Generalize sort implementation in the HloEvaluator.Gravatar Adrian Kuegel2018-09-24
* | | Enable platform selection in GRPC service.Gravatar A. Unique TensorFlower2018-09-22
* | | Add a flag that lets users override the number of host "devices" as seen by XLAGravatar Sanjoy Das2018-09-21
* | | Move winograd algorithm workaround to stream executor.Gravatar Tim Shen2018-09-21
* | | Create a GRPC service library to enable reuse in other parts of the code base.Gravatar A. Unique TensorFlower2018-09-21
* | | Ensure that no capture is done unless Match() return true. Otherwise theGravatar Tim Shen2018-09-21
* | | [XLA] Add a global decreasing size best-fit buffer allocation algorithm, whic...Gravatar Yuanzhong Xu2018-09-21
* | | Simplify XLA pattern matcher to explicitly construct AllOf relations,Gravatar Tim Shen2018-09-21
* | | It is more computationally efficient to represent resize bilinear as aGravatar Blake Hechtman2018-09-20
* | | [XLA] Don't create mixed precision operations accidentallyGravatar David Majnemer2018-09-20
* | | Automated rollback of commit da3357ecbdd6772413e8bbceeab8238971be11ceGravatar Adrian Kuegel2018-09-20
* | | Internal change.Gravatar A. Unique TensorFlower2018-09-20
* | | Add feature_group_count parameter of Convolution op to xla_client.py.Gravatar Adrian Kuegel2018-09-20
* | | Add VerifiedHloModule class.Gravatar Mark Heffernan2018-09-19