oneDNN
oneDNN copied to clipboard
Typos in the Memory Format Diagram of Blocked Layout
Summary
There are two typos in the memory format diagram.
URLs
Blocked Layout Docs Diagram Link
Additional details
- Since the sub-block size is 8, the last plane of the first sub-block should be the plane with index 7 instead of the plane with index 8.
- Furthermore, the physical data layout in the diagram is incorrect. The [x:3] should switch from [139 159] to [160 180] instead of [159 179] to [180 200].
I think the correct version should be the following:
Thanks for the catch. Indeed you are correct. We will fix this soon.