Skip to content

Commit 98c166d

Browse files
committed
Typo
1 parent 5d541f6 commit 98c166d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ target/
22
lab2_dataset/
33
output*
44
labs/lab1_daxpy/daxpy
5-
labs/lab2_heat/
5+
labs/lab2_heat/heat
66
labs/lab2_heat/output*
7-
labs/lab3_tree/
7+
labs/lab3_tree/tree
88
labs/lab3_tree/*.txt

labs/lab0_daxpy/daxpy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Accelerating portable HPC Applications with Standard C++\n",
88
"===\n",
99
"\n",
10-
"# Lab 0: DAXPY\n",
10+
"# Lab 1: DAXPY\n",
1111
"\n",
1212
"In this tutorial we will familiarize ourselves with the C++ parallel algorithms and related features by implementing Double-precision AX Plus Y (DAXPY): $A \\cdot X + Y$, one of the main functions in the standard Basic Linear Algebra Subroutines (BLAS) library.\n",
1313
"\n",

0 commit comments

Comments
 (0)