Commit d8f547c7 by Bing Xu Committed by Tianqi Chen

[ROCM] Fix conv2d (#3107)

parent 8f56949b
......@@ -71,7 +71,7 @@ def conv2d_rocm(cfg, data, kernel, strides, padding, dilation, layout='NCHW', ou
((KW - 1) * dilation_w + 1))
return miopen.conv2d_forward(data,
kernel_before_dilation,
kernel,
stride_h,
stride_w,
pad_h,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment