aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream.cc
Commit message (Expand)AuthorAge
* Fix and complete StreamExecutor's DoFusedConvolve:Gravatar Tim Shen2018-09-17
* [SE] Avoid deadlock by calling HostCallbacks even when the stream is in an er...Gravatar A. Unique TensorFlower2018-08-22
* [SE] Don't CHECK-fail when the stream is not-OKGravatar A. Unique TensorFlower2018-08-22
* 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] Use strided batched gemm instead of building pointer tables.Gravatar Benjamin Kramer2018-08-03
* [SE] Ensure we BlockHostUntilDone before we deallocate temporary memoryGravatar A. Unique TensorFlower2018-07-30
* Ensure failed sub-streams are not re-used.Gravatar Todd Wang2018-07-25
* Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-24
* Merge pull request #20706 from ROCmSoftwarePlatform:upstream-staging-stream-e...Gravatar TensorFlower Gardener2018-07-16
|\
* | Automated rollback of commit f8044c89287b1d90510ceace4b53ec94abaffa50Gravatar A. Unique TensorFlower2018-07-12
* | Automated rollback of commit 0ea6847c892497afdd20c1150fee1e532612ca17Gravatar A. Unique TensorFlower2018-07-12
| * [ROCm] Interface changes for pooling APIs in StreamExecutorGravatar Wen-Heng (Jack) Chung2018-07-11
|/
* [SE,XLA] Switch to using multiple streams in xla_device_contextGravatar A. Unique TensorFlower2018-07-09
* Add return statement to end of ToVlogString(dnn::DataType data_type)Gravatar James Keeling2018-06-13
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Use parenthesis based construction instead of brace initializationGravatar Smit Hinsu2018-05-09
* Add variants of DoBlasGemmWithAlgorithm with alpha being on device.Gravatar A. Unique TensorFlower2018-04-24
* [StreamExecutor] Rename ::perftools::gputools -> ::stream_executor, part 1.Gravatar Justin Lebar2018-04-17
* Support RNN profiling in StreamExecutor for CUDA GPUs.Gravatar James Qin2018-04-06
* Make strcat.{h,cc} independent of Eigen.Gravatar A. Unique TensorFlower2018-03-21
* [StreamExecutor] Remove ThenDoHostCallbackForTest -- it's identical to ThenDo...Gravatar Justin Lebar2018-03-09
* StreamExecutor support for float64 convolutions and backprop.Gravatar Brian Patton2018-03-06
* [StreamExecutor] Change "variance" to "inv_var" in BatchNormalizationBackward.Gravatar Justin Lebar2017-12-18
* Remove Stream::BlockHostUntilDoneWithStatus; all callers use BlockHostUntilDone.Gravatar A. Unique TensorFlower2017-12-15
* Stream::BlockHostUntilDone now returns Status rather than bool.Gravatar A. Unique TensorFlower2017-12-13
* Add BlockHostUntilDoneWithStatus, which returns Status rather than bool.Gravatar A. Unique TensorFlower2017-12-06
* Support Cudnn RNN Fp16Gravatar James Qin2017-11-03
* Add float16 support to tf.nn.fused_batch_norm on the GPU.Gravatar Reed Wanderman-Milne2017-09-27
* Add int8 version of fused_conv2d_bias_activation operator for the forward phase,Gravatar A. Unique TensorFlower2017-09-06
* Automated g4 rollback of changelist 166276461Gravatar A. Unique TensorFlower2017-08-24
* Add int8 version of fused_conv2d_bias_activation operator for the forward phase,Gravatar A. Unique TensorFlower2017-08-23
* Let GetBlasGemmAlgorithms() always return true.Gravatar Yangzihao Wang2017-07-21
* Automated g4 rollback of changelist 162423171Gravatar A. Unique TensorFlower2017-07-18
* Add autotuning code for matmul operator.Gravatar Yangzihao Wang2017-07-18
* Support float64 CuDNN RNNGravatar James Qin2017-07-18
* Add support for int8 x int8 -> int32 matrix multiplication via cublasGemmEx t...Gravatar A. Unique TensorFlower2017-07-06
* [SE] ThenConvolveWithAlgorithm vlogs algorithm configs.Gravatar Jingyue Wu2017-06-27
* [SE] Support alpha scale in cudnnTransformTensorGravatar A. Unique TensorFlower2017-06-20
* TransformTensor supports NCHW_VECT_C layout and int8 data type.Gravatar Jingyue Wu2017-06-12
* Pass int parameter by value, not by const referenceGravatar A. Unique TensorFlower2017-06-06
* [SE] Add cudnnTransformTensor to StreamExecutor.Gravatar Jingyue Wu2017-06-05
* Add functional support for cudnnConvolutionBiasActivationForward().Gravatar Yangzihao Wang2017-06-01
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* [XLA] [StreamExecutor] Tune GEMMs when possible.Gravatar Justin Lebar2017-03-02
* [XLA:GPU] Cache GPU substreams across executionsGravatar A. Unique TensorFlower2017-03-02
* Add options argument for DNN activationGravatar A. Unique TensorFlower2017-01-24
* Add convolve quantized ops to StreamExecutor APIGravatar A. Unique TensorFlower2017-01-19
* Add several operations to the StreamExecutor APIGravatar A. Unique TensorFlower2017-01-17