projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7454108
)
(no commit message)
author
lkcl
<lkcl@web>
Wed, 6 Jul 2022 17:31:46 +0000
(18:31 +0100)
committer
IkiWiki
<ikiwiki.info>
Wed, 6 Jul 2022 17:31:46 +0000
(18:31 +0100)
openpower/sv/shape_table_format.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/shape_table_format.mdwn
b/openpower/sv/shape_table_format.mdwn
index 385dfb8bea7a5cb5d86d012e8b20b58034943a5a..81f79853ef4108f6f016615a2baa1d5fd46f6d8d 100644
(file)
--- 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) |
-| 11
0
| 1,0 | Indexed (ydim+1)(xdim+1) |
+| 11
1
| 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