Skip to content

Commit 9e11fe7

Browse files
authored
Merge pull request #41 from aobolensk/05-typos
Fix typos in 05-programming-practice
2 parents 4fe4122 + 9c328f3 commit 9e11fe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

05-parallelism-practice/05-parallelism-practice.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
% Title, author, date, and institute (optional)
35-
\title[Parallel Programming. Parallelism theory]{Parallel Programming course. Parallelism theory}
35+
\title[Parallel Programming. Parallelism practice]{Parallel Programming course. Parallelism practice}
3636
\author{Obolenskiy Arseniy, Nesterov Alexander}
3737
\institute{Nizhny Novgorod State University}
3838

@@ -101,7 +101,7 @@
101101
\section{Tasks}
102102

103103
\begin{frame}{Tasks}
104-
Tasks in the course are splitted into the following subgroups:
104+
Tasks in the course are split into the following subgroups:
105105
\begin{itemize}
106106
\item Classical Tasks of Parallel Programming
107107
\item Data Transfer Methods
@@ -116,7 +116,7 @@ \section{Tasks}
116116
\begin{frame}{Disclaimers}
117117
\begin{itemize}
118118
\item All matrices should be stored in linear arrays (not \texttt{std::vector<std::vector<int> >})
119-
\item Performance should be meauserd on big matrices/vectors
119+
\item Performance should be measured on big matrices/vectors
120120
\item Total execution time (per test) is more than 1 second
121121
\item Functionality should be preserved for wide range of processes count
122122
\end{itemize}
@@ -309,7 +309,7 @@ \section{Image Processing}
309309
Notes:
310310
\begin{itemize}
311311
\item Use RGB/BGR (color) linearized matrix
312-
\item Allowed to verify unctionality using boost
312+
\item Allowed to verify functionality using boost
313313
\item Compare time metric with sequential implementation
314314
\end{itemize}
315315
\end{frame}

0 commit comments

Comments
 (0)