Skip to content

Commit d69a3b4

Browse files
committed
Asynchrony - Power Iteration: Update text.
1 parent 1c84600 commit d69a3b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/6__asynchrony__power_iteration.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
{
2020
"cell_type": "markdown",
2121
"source": [
22-
"# Exercise - Asynchrony - Power Iteration\n",
22+
"# Exercise - Asynchrony - Power Iteration - SOLUTION\n",
2323
"\n",
24-
"CUDA is inherently asynchronous - in this exercise, we'll learn the implications that has when using CuPy, and how we can understand and analyze the flow of execution in our code.\n",
24+
"GPU programming is inherently asynchronous - in this exercise, we'll learn the implications that has when using CuPy, and how we can understand and analyze the flow of execution in our code.\n",
2525
"\n",
2626
"We'll revisit our power iteration example from earlier for this exercise.\n",
2727
"\n",
@@ -380,4 +380,4 @@
380380
"outputs": []
381381
}
382382
]
383-
}
383+
}

0 commit comments

Comments
 (0)