aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor
Commit message (Expand)AuthorAge
* Merge commit for internal changesGravatar Maciek Chociej2016-06-22
|\
| * Improve convolution autotune process. The max batch size VGG model can handleGravatar Xiaoqiang Zheng2016-06-21
* | Hard-code libcuda version number to "1". Fixes #2865.Gravatar Bob Adolf2016-06-14
| * Merge changes from github.Gravatar Vijay Vasudevan2016-06-11
* | Merge commit for internal changesGravatar Vijay Vasudevan2016-06-09
|\|
| * Remove unused MultiOpActivation from stream executor.Gravatar A. Unique TensorFlower2016-06-08
| * Change a couple of error messages related to getting the NUMA affinityGravatar A. Unique TensorFlower2016-06-08
* | Merge commit for internal changesGravatar Vijay Vasudevan2016-06-07
|\|
| * Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar Benoit Steiner2016-06-06
| * Merge changes from github.Gravatar Martin Wicke2016-06-06
* | cuda 8 api uses cudaDataType for 16bit float type (#2556)Gravatar Dr. Kashif Rasul2016-06-06
* | cleans up warning/errors tensorflow/stream_executor (#2555)Gravatar Fabrizio Milo2016-06-03
| * Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar A. Unique TensorFlower2016-06-03
| * Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar Benoit Steiner2016-06-03
|/
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-26
* StreamExecutor add CUDA support for cudnnConvolutionBackwardBiasGravatar A. Unique TensorFlower2016-05-25
* Add macros for mutex_lock and shared_lock, so compilation fails ifGravatar A. Unique TensorFlower2016-05-23
* Extend the StreamExecutor interface with ...WithAlgorithm() calls for fp16;Gravatar A. Unique TensorFlower2016-05-17
* Add Autotune support for Winograd on Cudnn R5.Gravatar Xiaoqiang Zheng2016-05-16
* In the StreamExecutor, make lack of CUDA 7.5 a non-fatal error for SGEMMGravatar A. Unique TensorFlower2016-05-13
* Maintain current cuda context in CUDADriver by checking against a threadlocalGravatar A. Unique TensorFlower2016-05-12
* Add fp16 cuDNN convolution support to StreamExecutor. (TensorFlow ops willGravatar A. Unique TensorFlower2016-05-11
* Add fp16 matrix multiplication (GEMM) support to StreamExecutor, gated onGravatar A. Unique TensorFlower2016-05-11
* Add the autotune version for the backward passes. It is currentlyGravatar Xiaoqiang Zheng2016-05-11
* fp16 support for BiasAdd. Includes support for atomic adds for Eigen::half,Gravatar A. Unique TensorFlower2016-05-10
* Adding autotune to the Cudnn conv algorithm selection.Gravatar Xiaoqiang Zheng2016-05-09
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Change CUDAStream::GetOrCreateCompletedEvent from lazy initialization theGravatar A. Unique TensorFlower2016-05-03
* Switch CuDNN avg pooling to not use padding when computing the average.Gravatar A. Unique TensorFlower2016-04-27
* Generalize the stream executor interface to support N-d operations.Gravatar A. Unique TensorFlower2016-04-27
* Calling Cudnn calls in the current thread, instead of dispatching it into itsGravatar Xiaoqiang Zheng2016-04-22
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Support ScratchAllocator in BLAS Batched GEMMGravatar A. Unique TensorFlower2016-03-18
* TensorFlow: change cuda-diagnostics to search for so.1Gravatar Vijay Vasudevan2016-02-18
* TensorFlow: switch dsoloader path for libcuda to end in .so.1Gravatar Vijay Vasudevan2016-02-18
* TensorFlow: fix missing GetCudaVersion() for libcuda.so. h/t to @3XX0.Gravatar Vijay Vasudevan2016-02-18
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
* Prepare to take another snapshot from stream-executor.Gravatar Xiaoqiang Zheng2016-02-16
* Deleted unused codeGravatar Benoit Steiner2016-02-05
* Add assert_same_float_dtype.Gravatar A. Unique TensorFlower2016-02-02
* Use cc_binary rather than cc_library to reduce size of native library in APK ...Gravatar A. Unique TensorFlower2016-01-29
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Make cuda_dnn work with R4.Gravatar Xiaoqiang Zheng2016-01-22
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* #include third_party/tensorflow/core/platform/macros.hGravatar Josh Levenberg2016-01-06
* Added 'logging' import to control_flow_ops which is used in the file but not ...Gravatar A. Unique TensorFlower2016-01-05
* Fix some lint errors in image_ops_test.py and word2vec_basic.pyGravatar Vijay Vasudevan2015-12-22
* Adds fft2d and ifft2d.Gravatar A. Unique TensorFlower2015-12-21
* TensorFlow: Upstream changes from git.Gravatar Vijay Vasudevan2015-12-09