aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream.h
Commit message (Expand)AuthorAge
* 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
* Ensure failed sub-streams are not re-used.Gravatar Todd Wang2018-07-25
* [ROCm] Interface changes for pooling APIs in StreamExecutorGravatar Wen-Heng (Jack) Chung2018-07-11
* Fix Windows GPU BuildGravatar A. Unique TensorFlower2018-06-28
* Reflow comments; NFCGravatar Sanjoy Das2018-06-15
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Small polishing changes in stream executor, no functional changes.Gravatar A. Unique TensorFlower2018-05-15
* 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
* [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
* Merge changes from github.Gravatar Frank Chen2017-10-06
* Add float16 support to tf.nn.fused_batch_norm on the GPU.Gravatar Reed Wanderman-Milne2017-09-27
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* 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
* Make tensorflow::mutex implement a shared (reader/writer) lock, usingGravatar A. Unique TensorFlower2017-08-17
* 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] 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
* [XLA] [StreamExecutor] Tune GEMMs when possible.Gravatar Justin Lebar2017-03-02
* [StreamExecutor] Minor comment cleanups.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
* Add the interface in steam executor to call cuDNN batch normalization functions.Gravatar Yao Zhang2016-09-15
* Add stream-executor changes to enable Cudnn fused LSTM/RNN support.Gravatar Xiaoqiang Zheng2016-08-19
* Roll-forward of "Local Response Normalization GPU support via Stream Executor."Gravatar RJ Ryan2016-07-13
* Automated rollback of change 127123966Gravatar Vijay Vasudevan2016-07-11
* Local Response Normalization GPU support via Stream Executor.Gravatar RJ Ryan2016-07-11
* Improve convolution autotune process. The max batch size VGG model can handleGravatar Xiaoqiang Zheng2016-06-21