Skip to content

Commit 6387230

Browse files
committed
examples: Fix typo in notebook output
1 parent bb9f46c commit 6387230

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

examples/performance/01_gpu.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@
9797
"OK, it's time to let Devito generate code for our solver!"
9898
]
9999
},
100-
{
101-
"cell_type": "code",
102-
"execution_count": 6,
100+
{ "cell_type": "code", "execution_count": 6,
103101
"metadata": {},
104102
"outputs": [],
105103
"source": [
@@ -270,7 +268,7 @@
270268
"\n",
271269
"int Kernel(const float c, struct dataobj *restrict u_vec, const float dt, const float h_x, const float h_y, const int time_M, const int time_m, const int x_M, const int x_m, const int y_M, const int y_m, const int deviceid, const int devicerm, struct profiler * timers)\n",
272270
"{\n",
273-
" /* Begin of OpenMP setup */\n",
271+
" /* Beginning of OpenMP setup */\n",
274272
" if (deviceid != -1)\n",
275273
" {\n",
276274
" omp_set_default_device(deviceid);\n",

0 commit comments

Comments
 (0)