aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/depthwise_conv_op_gpu.cu.cc
Commit message (Expand)AuthorAge
* Fix cub include path so that TensorFlow compiles when used as a bazel depende...Gravatar A. Unique TensorFlower2018-09-20
* Avoid ambiguous 'detail' namespace.Gravatar A. Unique TensorFlower2018-07-18
* Support for pseudo half precision in depthwise convolution kernels.Gravatar A. Unique TensorFlower2018-07-17
* Add NCHW_VECT_W tensor format.Gravatar A. Unique TensorFlower2018-05-17
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Fix pontential issue with number of blocks launched for depthwise kernels: th...Gravatar A. Unique TensorFlower2018-02-16
* Mechanical variable renaming to improve consistency. No other changes.Gravatar A. Unique TensorFlower2018-02-13
* Getting rid of unnecessary GPUDevice typedef.Gravatar A. Unique TensorFlower2018-02-10
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/core/kernels.Gravatar A. Unique TensorFlower2018-01-26
* Roll CL 179861781 forward with fix: Wrappers for CUDA 9 warp-synchronous intr...Gravatar A. Unique TensorFlower2018-01-26
* Automated g4 rollback of changelist 179782067Gravatar A. Unique TensorFlower2017-12-21
* Roll CL 177989542 forward with fix: Wrappers for CUDA 9 warp-synchronous intr...Gravatar A. Unique TensorFlower2017-12-21
* Automated g4 rollback of changelist 177799252Gravatar A. Unique TensorFlower2017-12-05
* Wrappers for CUDA 9 warp-synchronous intrinsics.Gravatar A. Unique TensorFlower2017-12-04
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Exposing launchpad for conv2d backprop, and unify launchpads for conv2d and d...Gravatar A. Unique TensorFlower2017-09-04
* In the CUDA path of depthwise_conv2d, merge 'Forward' and 'BackpropInput' var...Gravatar A. Unique TensorFlower2017-06-19
* Automated g4 rollback of changelist 158990733Gravatar A. Unique TensorFlower2017-06-15
* Automated g4 rollback of changelist 158765635Gravatar Vijay Vasudevan2017-06-14
* In the CUDA path of depthwise_conv2d, extend the fastpath to support tensor w...Gravatar A. Unique TensorFlower2017-06-12
* In the CUDA path of depthwise_conv2d, optimize backward filter convolution fo...Gravatar A. Unique TensorFlower2017-06-07
* In the CUDA path of depthwise_conv2d, add a fast NCHW backward filter convolu...Gravatar A. Unique TensorFlower2017-06-06
* In the CUDA path of depthwise_conv2d, add a fast NCHW backward input convolut...Gravatar A. Unique TensorFlower2017-06-05
* In the CUDA path of depthwise_conv2d, add a fast NCHW forward convolution for...Gravatar A. Unique TensorFlower2017-06-03
* Drop blockDim.y for the equivalent in_cols, and slightly improve naming (use ...Gravatar A. Unique TensorFlower2017-06-02
* In the CUDA path of depthwise_conv2d, add a fast variant for forward convolut...Gravatar A. Unique TensorFlower2017-05-28
* In the CUDA path of depthwise_conv2d, add __launch_bounds__ and use CUDA runt...Gravatar A. Unique TensorFlower2017-05-08
* In the CUDA path of depthwise_conv2d, use compile-time constants if the filte...Gravatar A. Unique TensorFlower2017-05-03
* Remove __launch_bounds__ from DepthwiseConv2dBackpropInputGPUKernelNHWC.Gravatar A. Unique TensorFlower2017-03-17
* Add initial support for NCHW format for DepthwiseConv2D (and separable_conv2d).Gravatar Vijay Vasudevan2017-03-08
* Improve speed of depthwise conv backward on GPU.Gravatar A. Unique TensorFlower2017-03-02
* Set explicit launch bounds on DepthwiseConv2dBackpropInputGPUKernel().Gravatar A. Unique TensorFlower2017-02-28
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add native depthwise_convolution op (backward pass) with GPU kernels. Now theGravatar Jianmin Chen2016-03-04
* Rollback of: Add native depthwise_convolution op (forward pass).Gravatar Jianmin Chen2016-02-25
* Rollback of: Add native depthwise_convolution op (forward pass).Gravatar Vijay Vasudevan2016-02-25
* Add native depthwise_convolution op (forward pass).Gravatar Jianmin Chen2016-02-25