aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/interpreter
Commit message (Expand)AuthorAge
* Rename "Inliner" to "MapInliner".Gravatar Mark Heffernan2018-10-04
* [XLA] Modify the function that determines whether an instruction can changeGravatar Bixia Zheng2018-10-02
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 56e4ea405d13125a3dcb6459019a83d12330bf84Gravatar Peter Hawkins2018-08-13
* Automated rollback of commit b306f5f9458feddbdb89b7db557cb74dc9408d07Gravatar Peter Hawkins2018-08-10
* [TF:XLA] Add a real implementation of XlaDevice::Sync() so Session::Run() wil...Gravatar Peter Hawkins2018-08-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Remove the ambiguity of device/host computation layouts within the HloModuleC...Gravatar A. Unique TensorFlower2018-06-19
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* [TF:XLA] Allow the HloEvaluator to be changed for the HLO interpreter.Gravatar Nick Desaulniers2018-05-18
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-05-17
* [TF:STREAM_EXECUTOR] move declaration of multi_platform_manager to headerGravatar Nick Desaulniers2018-05-17
* Remove unused inclusionsGravatar A. Unique TensorFlower2018-05-16
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* [XLA] Make Executable return a ScopedShapedBuffer.Gravatar Justin Lebar2018-04-22
* [StreamExecutor] [XLA] Delete copy/pasted implementations of MakeUnique.Gravatar Justin Lebar2018-04-22
* [XLA] De-unique_ptr-ify ShapedBuffer and ScopedShapedBuffer.Gravatar Justin Lebar2018-04-19
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Rename Interpreter{Executor,Platform} -> XlaInterpreter{Executor,Platfo...Gravatar Justin Lebar2018-04-12
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Remove nsync header files from tensorflow/core/platform/default/mutex.hGravatar A. Unique TensorFlower2018-03-14
* [TF:XLA] Fix a bug where executor's device_ordinal should be passed to Alloca...Gravatar Kay Zhu2018-02-23
* [XLA] Keep the number of HloPasses minimum for the interpreter backend.Gravatar Kay Zhu2018-02-07
* [XLA] Add a DeviceAllocator* argument to compilation.Gravatar Justin Lebar2018-01-26
* Remove a few unused constructions and simplfy some codeGravatar A. Unique TensorFlower2017-12-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-12-18
* [XLA] Support Map in HloEvaluator, enable Interpreter to runGravatar Kay Zhu2017-12-15
* Rename StreamExecutorInterface::BlockHostUntilDoneWithStatus to BlockHostUnti...Gravatar A. Unique TensorFlower2017-12-15
* Use BlockHostUntilDoneWithStatus in various places.Gravatar A. Unique TensorFlower2017-12-11
* Replace StreamExecutorInterface::BlockHostUntilDone with BlockHostUntilDoneWi...Gravatar A. Unique TensorFlower2017-12-09
* [XLA] Remove the extra RunHloOptimization in InterpreterCompiler::RunBackend.Gravatar A. Unique TensorFlower2017-11-27
* Place HloProfilePrinter and HloProfileIndexMap in ExecutableGravatar Sanjoy Das2017-11-22
* Add a Compiler::BuildExecutable interface that compiles the given Hlo module ...Gravatar A. Unique TensorFlower2017-11-17
* Do not return a mutable HloComputation* from a entry_computation() on aGravatar A. Unique TensorFlower2017-11-10
* [XLA] Add WhileLoopSimplifier pass.Gravatar Justin Lebar2017-11-02
* Extend the ExecuteParallel service interface to allow multiple devices per co...Gravatar A. Unique TensorFlower2017-10-13
* Add more `const`s to xla::Executable. No functional change.Gravatar A. Unique TensorFlower2017-09-27
* For tuple-shaped data, change ShapedBuffer (an abstraction holding on-device ...Gravatar Mark Heffernan2017-09-26
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* [TF:XLA] Create Interpreter backend from the Executor backend.Gravatar Kay Zhu2017-09-18