Skip to content

Commit 4aa61bb

Browse files
committed
minor text updates
1 parent b4d6f56 commit 4aa61bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Lecture-6B-HPC.ipynb‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:57584155c2522841a684c3d37b8e0b8c40065febcc6846080ebe0132e7210f2e"
4+
"signature": "sha256:7896fbc0a826538e5fd8e42d31783283070f4328cbbfa20fdd524b251121d762"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -1220,7 +1220,7 @@
12201220
"cell_type": "markdown",
12211221
"metadata": {},
12221222
"source": [
1223-
"Now, this implementation is much slower than numpy.dot for this problem size, because of overhead associated with OpenMP and thread, etc. But let's look at the how the different implementations scale with increased matrix size:"
1223+
"Now, this implementation is much slower than numpy.dot for this problem size, because of overhead associated with OpenMP and threading, etc. But let's look at the how the different implementations compare with larger matrix sizes:"
12241224
]
12251225
},
12261226
{
@@ -1332,7 +1332,7 @@
13321332
"cell_type": "markdown",
13331333
"metadata": {},
13341334
"source": [
1335-
" Obviously one could do a better job more effort, since the theoretical limit of the speed-up should be:"
1335+
" Obviously one could do a better job with more effort, since the theoretical limit of the speed-up is:"
13361336
]
13371337
},
13381338
{

0 commit comments

Comments
 (0)