aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor
Commit message (Expand)AuthorAge
* Disable the cuDNN workarounds if the version number is new enough to get the ...Gravatar Tim Shen2018-10-02
* Merge pull request #21958 from MattConley:CudaOccupancyGravatar TensorFlower Gardener2018-10-01
|\
* | Add cuDNN fused convolution forward support.Gravatar Tim Shen2018-09-24
* | Move winograd algorithm workaround to stream executor.Gravatar Tim Shen2018-09-21
* | [SE] Use absl instead of TF classes where an absl version existsGravatar Benjamin Kramer2018-09-20
* | Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* | [SE] Restore int8x4 data types if that's the requested DataLayout for fused convGravatar Benjamin Kramer2018-09-18
* | Fix and complete StreamExecutor's DoFusedConvolve:Gravatar Tim Shen2018-09-17
* | Internal change.Gravatar Anna R2018-09-12
* | Zero out the result buffer for strided conv backward filter for NHWC layouts.Gravatar Tim Shen2018-09-06
| * Fully fixed clang errorsGravatar Matt Conley2018-09-06
| * Fixed clang formattingGravatar Matt Conley2018-09-06
* | Alias tensorflow::gtl::InlinedVector to absl::InlinedVectorGravatar Benjamin Kramer2018-09-05
| * Recommended typo fixGravatar Matt Conley2018-09-04
| * Fixed transition typoGravatar Matt Conley2018-09-04
| * Move CUDA-specific occupancy calculation into proper fileGravatar Matt Conley2018-09-04
* | Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
| * Update GPU occupancy checking to utilize CUDA's occupancy calculator functionsGravatar Matt Conley2018-08-28
|/
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Removed ToString method from tensorflow::StringPiece.Gravatar A. Unique TensorFlower2018-08-28
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* [SE] Avoid deadlock by calling HostCallbacks even when the stream is in an er...Gravatar A. Unique TensorFlower2018-08-22
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* [SE] Don't CHECK-fail when the stream is not-OKGravatar A. Unique TensorFlower2018-08-22
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Merge pull request #20536 from rongjiecomputer:flagGravatar TensorFlower Gardener2018-08-13
|\
* | Destroy the task before unblocking its waiters.Gravatar Tim Shen2018-08-13
* | 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
* | Merge pull request #21232 from ghostplant:fix-typoGravatar TensorFlower Gardener2018-08-08
|\ \
* \ \ Merge pull request #20708 from ROCmSoftwarePlatform:upstream-staging-stream-e...Gravatar TensorFlower Gardener2018-08-07
|\ \ \
* | | | Implement DoHostCallbackWithStatus to allow callbacks to return a statusGravatar A. Unique TensorFlower2018-08-07
* | | | Drop failed sub-streams during both Get and Return.Gravatar Todd Wang2018-08-03
* | | | [XLA:GPU] Add a fast version of gemmStridedBatched for cuda 9.1Gravatar Benjamin Kramer2018-08-03
* | | | [XLA:GPU] Use strided batched gemm instead of building pointer tables.Gravatar Benjamin Kramer2018-08-03
| * | | Add scratch memory size in AlgorithmDescGravatar Wen-Heng (Jack) Chung2018-08-02
* | | | [SE] Allow context reuse in CreatedContexts::Add.Gravatar Justin Lebar2018-08-01
* | | | [SE] Add an nvbugs link.Gravatar Justin Lebar2018-08-01
* | | | [SE] Add additional log statements to DoBlasGemmWithAlgorithmImpl.Gravatar Justin Lebar2018-07-31
* | | | [SE] Add new cublas algorithms from CUDA 9.2.Gravatar Justin Lebar2018-07-31
* | | | [SE] Add missing cublas algorithms for cuda 9.0, CUBLAS_GEMM_ALGO{3,4}_TENSOR...Gravatar Justin Lebar2018-07-31
|/ / /
* | | [SE] Ensure we BlockHostUntilDone before we deallocate temporary memoryGravatar A. Unique TensorFlower2018-07-30
| * | Fix typo: host_src -> gpu_src for inter-gpu copyGravatar CUI Wei2018-07-29
|/ /
* | [XLA:GPU] Only add the cubin if it is availableGravatar Benjamin Kramer2018-07-27
* | Set the correct context when calling cudnnCreate.Gravatar A. Unique TensorFlower2018-07-26
* | [SE] Try again to query the GPU driver for error descriptionsGravatar Benjamin Kramer2018-07-26
* | Ensure failed sub-streams are not re-used.Gravatar Todd Wang2018-07-25
* | Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-24
* | Teach StreamExecutor to load modules and resolve symbols in themGravatar Sanjoy Das2018-07-23