aboutsummaryrefslogtreecommitdiff
path: root/chapters/scatter_gather.adoc
diff options
context:
space:
mode:
authorDominic Symes <dominic.symes@arm.com>2022-11-04 18:00:03 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-05 19:18:51 +0000
commite4d6a1b99337f33cfaf343005e355ef7a68b2be9 (patch)
tree32ae772f418c53ad90e7f069caf59f51dfb7b6f0 /chapters/scatter_gather.adoc
parent1cf84e95f85d510f55720fb98694530923ba9a1c (diff)
downloadspecification-e4d6a1b99337f33cfaf343005e355ef7a68b2be9.tar.gz
Add Levels defintion
Add definition of Level 1.0. Signed-off-by: Dominic Symes <dominic.symes@arm.com> Change-Id: I1b34ae22396f273cc5ecdf99198fdbece6e2809c
Diffstat (limited to 'chapters/scatter_gather.adoc')
-rw-r--r--chapters/scatter_gather.adoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapters/scatter_gather.adoc b/chapters/scatter_gather.adoc
index 43cc047..89942f2 100644
--- a/chapters/scatter_gather.adoc
+++ b/chapters/scatter_gather.adoc
@@ -16,8 +16,6 @@ N is the number of batches, W the number of indices in each batch, K the range o
include::{generated}/operators/GATHER.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(0 <= n < N, 0 <= w < W, 0 <= c < C) {
@@ -37,8 +35,6 @@ In use cases that require multiple updates to the same output position, these mu
include::{generated}/operators/SCATTER.adoc[]
-*Operation Function:*
-
[source,c++]
----