From 3e315fe9b43eac607fa5ef9cbd1bc64422ac226e Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 6 Jul 2022 18:31:46 +0100 Subject: [PATCH] --- openpower/sv/shape_table_format.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2