From befda962390048b410eec4ff6d4982cb76423fe9 Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni Date: Wed, 24 Jun 2020 21:50:34 -0500 Subject: [PATCH] [scheduler]: changes in docs after changing the scheduler --- doc/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 479b98f81..58defbefe 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -965,8 +965,8 @@ Consider the following example: if (-1 + -16 * gid(0) + -1 * lid(0) + n >= 0) { - a_temp[lid(0)] = a[16 * gid(0) + lid(0)]; acc_k = 0.0f; + a_temp[lid(0)] = a[16 * gid(0) + lid(0)]; } barrier(CLK_LOCAL_MEM_FENCE) /* for a_temp (insn_0_k_update depends on insn) */; if (-1 + -16 * gid(0) + -1 * lid(0) + n >= 0) -- GitLab