未验证 提交 7b627dd8 编写于 作者: H hong 提交者: GitHub

fix depthwise dnn bug (#41666)

上级 3749198e
...@@ -641,6 +641,7 @@ void DepthwiseConvCudnnGradKernel(const Context& dev_ctx, ...@@ -641,6 +641,7 @@ void DepthwiseConvCudnnGradKernel(const Context& dev_ctx,
bool use_addto, bool use_addto,
int workspace_size_MB, int workspace_size_MB,
bool exhaustive_search, bool exhaustive_search,
bool fuse_relu,
DenseTensor* input_grad, DenseTensor* input_grad,
DenseTensor* filter_grad) { DenseTensor* filter_grad) {
ConvCudnnGradKernel<T>(dev_ctx, ConvCudnnGradKernel<T>(dev_ctx,
......
...@@ -429,6 +429,7 @@ void DepthwiseConvCudnnKernel(const Context& dev_ctx, ...@@ -429,6 +429,7 @@ void DepthwiseConvCudnnKernel(const Context& dev_ctx,
bool use_addto, bool use_addto,
int workspace_size_MB, int workspace_size_MB,
bool exhaustive_search, bool exhaustive_search,
bool fuse_relu,
DenseTensor* out) { DenseTensor* out) {
ConvCudnnKernel<T>(dev_ctx, ConvCudnnKernel<T>(dev_ctx,
input, input,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册