From: lkcl Date: Wed, 6 Jul 2022 17:31:46 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1312 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e315fe9b43eac607fa5ef9cbd1bc64422ac226e;p=libreriscv.git --- diff --git a/openpower/sv/shape_table_format.mdwn b/openpower/sv/shape_table_format.mdwn index 385dfb8be..81f79853e 100644 --- a/openpower/sv/shape_table_format.mdwn +++ b/openpower/sv/shape_table_format.mdwn @@ -96,7 +96,7 @@ below shows how the permutation dimensionality order works: | 100 | 2,0,1 | (zdim+1)(xdim+1)(ydim+1) | | 101 | 2,1,0 | (zdim+1)(ydim+1)(xdim+1) | | 110 | 0,1 | Indexed (xdim+1)(ydim+1) | -| 110 | 1,0 | Indexed (ydim+1)(xdim+1) | +| 111 | 1,0 | Indexed (ydim+1)(xdim+1) | In other words, the "permute" option changes the order in which nested for-loops over the array would be done. See executable