aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor
Commit message (Expand)AuthorAge
* Do not enable tensor ops for cuDNN RNN unless explicitly specified.Gravatar A. Unique TensorFlower2018-06-05
* Unify error handling in CudnnSupport.Gravatar A. Unique TensorFlower2018-06-01
* Handle FilterLayout::kOutputYXInput in FilterDescriptor::ToShortString.Gravatar Bixia Zheng2018-05-31
* Fix GPU build on windowsGravatar Smit Hinsu2018-05-29
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Add convolution with NHWC layout to stream executor.Gravatar A. Unique TensorFlower2018-05-22
* Introduce an option to allocate CUDA unified memoryGravatar Smit Hinsu2018-05-21
* Rollforward of CL 197167501, without enabling CUDNN_FFT_TILING_FORWARD becaus...Gravatar A. Unique TensorFlower2018-05-20
* Automated g4 rollback of changelist 197118212Gravatar A. Unique TensorFlower2018-05-18
* Dropping support for CUDA < 8.Gravatar A. Unique TensorFlower2018-05-18
* Dropping support for cuDNN < 6.Gravatar A. Unique TensorFlower2018-05-18
* [TF:STREAM_EXECUTOR] move declaration of multi_platform_manager to headerGravatar Nick Desaulniers2018-05-17
* Small polishing changes in stream executor, no functional changes.Gravatar A. Unique TensorFlower2018-05-15
* avoid having stream_executor depend on tensorflow/coreGravatar A. Unique TensorFlower2018-05-14
* Remove 'using' of dnn types in CudnnSupport implementation file.Gravatar A. Unique TensorFlower2018-05-11
* Use parenthesis based construction instead of brace initializationGravatar Smit Hinsu2018-05-09
* [XLA] Make XLA's memory allocator return an owning smart pointer.Gravatar Justin Lebar2018-05-09
* Unifying argument documentation style in CudnnSupport.Gravatar A. Unique TensorFlower2018-05-09
* Better wrapping of stream executor's cuDNN API calls. Replacing mutex locking...Gravatar A. Unique TensorFlower2018-05-08
* Remove unused threadpool from stream executor.Gravatar A. Unique TensorFlower2018-05-07
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-02
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Adding a depthwise convolution kernel op (with label 'cudnn_grouped_convoluti...Gravatar A. Unique TensorFlower2018-04-30
* Cudnn RNN v2 kernels with autotune capabilityGravatar James Qin2018-04-25
* Stop using gpu:: as an alias for stream_executor::.Gravatar Justin Lebar2018-04-25
* Add variants of DoBlasGemmWithAlgorithm with alpha being on device.Gravatar A. Unique TensorFlower2018-04-24
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* [StreamExecutor] [XLA] Delete copy/pasted implementations of MakeUnique.Gravatar Justin Lebar2018-04-22
* Temporarily set cudnn Rnn math precision to fp32.Gravatar James Qin2018-04-20
* [StreamExecutor] Rename ::perftools::gputools -> ::stream_executor, part 1.Gravatar Justin Lebar2018-04-17
* Add more logging for failure cases in CUDATimerGravatar James Qin2018-04-13
* Add debugging checks for setting cuda stream, so it will check fail if theGravatar Guangda Lai2018-04-13
* Print error msg in CUDATimer.Init() when CreateEvent() is not ok().Gravatar James Qin2018-04-12
* Internal change.Gravatar Anna R2018-04-11
* [StreamExecutor] Merge StreamExecutor's and XLA's StatusOr classes.Gravatar Justin Lebar2018-04-10
* Revamp a few ScratchAllocator classes in cudnn_rnn_opsGravatar James Qin2018-04-07
* [XLA:GPU] Eliminate the guard around Winograd non-fused convolutions with cud...Gravatar Justin Lebar2018-04-07
* Support RNN profiling in StreamExecutor for CUDA GPUs.Gravatar James Qin2018-04-06
* Remove dependency on absl to fix tf-nightly-gpu windows GPU buildGravatar Smit Hinsu2018-04-04
* Relax CuDNN version requirements because CuDNN is backwards compatible withinGravatar Smit Hinsu2018-03-28
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-03-27
* Set the stream in TransformTensor.Gravatar Guangda Lai2018-03-25
* Make strcat.{h,cc} independent of Eigen.Gravatar A. Unique TensorFlower2018-03-21
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* [SE] [XLA:GPU] Inform --xla_hlo_profile of the GPU's memory bandwidth.Gravatar Justin Lebar2018-03-15
* [StreamExecutor] Remove ThenDoHostCallbackForTest -- it's identical to ThenDo...Gravatar Justin Lebar2018-03-09
* [SE] Initial perftools::gputools::Platform initialization supportGravatar A. Unique TensorFlower2018-03-08
* StreamExecutor support for float64 convolutions and backprop.Gravatar Brian Patton2018-03-06