Bug in CUDNN Developer Guide

Hi all,

I’ve tried to use Grouped Convolutions in my app and found an error in the 2.10. Grouped Convolutions chapter.
Column for xDesc or dxDesc:
Dimensions: [batch_size, input_channels, x_height, x_width]
Strides: [output_channelsx_heightx_width, x_heightx_width, x_width, 1]
Should be:
Dimensions: [batch_size, input_channels, x_height, x_width]
Strides: [input_channelsx_heightx_width, x_height
x_width, x_width, 1]

BR,
Semen

Consider filing a bug report with NVIDIA. The bug reporting form can be accessed from the registered developer site (log in at [url]https://developer.nvidia.com/[/url]).