aboutsummaryrefslogtreecommitdiff
path: root/chapters/scatter_gather.adoc
diff options
context:
space:
mode:
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++]
----