aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend
Commit message (Expand)AuthorAge
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Split CPU and GPU fastmath into separate flags.Gravatar Justin Lebar2018-08-13
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* [XLA:GPU] Remove support for compute capabilities below sm_30Gravatar Benjamin Kramer2018-08-01
* [XLA:GPU] Update the list of processors supported by LLVMGravatar Benjamin Kramer2018-08-01
* Merge pull request #20752 from ROCmSoftwarePlatform:upstream-xla-rename-gpu-c...Gravatar TensorFlower Gardener2018-07-17
|\
| * [XLA:GPU] rename GpuCompiler to NVPTXCompilerGravatar Wen-Heng (Jack) Chung2018-07-16
|/
* [XLA:AMDGPU] Enable the AMDGPU backend for open source buildsGravatar Benjamin Kramer2018-07-14
* [XLA] Use shfl.sync.down instead of shfl.sync.Gravatar Justin Lebar2018-07-13
* Update calls to addPassesToEmitFileGravatar A. Unique TensorFlower2018-05-22
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Update for upstream LLVM *.def -> *.inc renameGravatar A. Unique TensorFlower2018-04-13
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Adapt to API changes in LLVM revisions r325155 and r325180.Gravatar Benjamin Kramer2018-02-16
* [XLA::GPU] Pass xla_backend_extra_options to the GPU backend.Gravatar A. Unique TensorFlower2018-01-09
* Adapt upstream API change from r319082.Gravatar A. Unique TensorFlower2017-11-28
* Delete trailing whitespaceGravatar A. Unique TensorFlower2017-11-27
* [XLA] Rework ScopedLoggingTimer into macros, and add some tracing to gpu_comp...Gravatar Justin Lebar2017-11-20
* Added profiler traces for GPU back-end operations.Gravatar Artem Belevich2017-11-10
* [XLA:GPU] Short-circuit compilation of no-op IR -> empty PTX.Gravatar Artem Belevich2017-10-31
* Update XLA for tool_output_file->ToolOutputFile (LLVM r314050).Gravatar Benjamin Kramer2017-09-25
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Merge changes from github.Gravatar Martin Wicke2017-09-02
* BUILD cleanupGravatar A. Unique TensorFlower2017-08-25
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-08-14
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* Include more appropriate LLVM headersGravatar A. Unique TensorFlower2017-08-04
* Update for API changes in LLVM r309911.Gravatar Benjamin Kramer2017-08-04
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* [XLA] Properly propagate backend optimization options to XLA in more places.Gravatar Eli Bendersky2017-06-19
* [XLA] Remove gpu/gpu_backend-specific flagsGravatar Eli Bendersky2017-06-16
* BUILD cleanupGravatar A. Unique TensorFlower2017-06-15
* [XLA] Move the disable_fast_math option into DebugOptions, rename to xla_enab...Gravatar Eli Bendersky2017-06-13
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Clean up usage of HloModuleConfig in more places.Gravatar Eli Bendersky2017-05-19
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* xla: Add filename to failure message in LoadIRModuleGravatar Asim Shankar2017-04-10
* Update XLA after LLVM's InternalizeLinkedSymbols has been removed in r297649.Gravatar A. Unique TensorFlower2017-03-14
* [XLA] Read GPU architecture from StreamExecutor, rather than a flag.Gravatar Justin Lebar2017-02-19
* [XLA] Move shape_with_output_layout and seed fields intoGravatar Justin Lebar2017-02-03
* [XLA] Rename CompilationOptions proto to ExecutionOptions.Gravatar Justin Lebar2017-02-03
* [XLA] Move fast-math flags into HLO module config.Gravatar Justin Lebar2017-01-31
* Update for LLVM revision 293189Gravatar A. Unique TensorFlower2017-01-26