File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,15 @@ \section{Tasks}
109
109
\item Matrix Multiplication
110
110
\item Systems of Linear Algebraic Equations
111
111
\item Sort
112
- \item Computer Graphics
112
+ \item Image Processing
113
113
\end {itemize }
114
114
\end {frame }
115
115
116
116
\begin {frame }{Disclaimers}
117
117
\begin {itemize }
118
118
\item All matrices should be stored in linear arrays (not \texttt {std::vector<std::vector<int> > })
119
119
\item Performance should be meauserd on big matrices/vectors
120
+ \item Total execution time (per test) is more than 1 second
120
121
\item Functionality should be preserved for wide range of processes count
121
122
\end {itemize }
122
123
\end {frame }
@@ -189,7 +190,8 @@ \section{Data Transfer Methods}
189
190
\begin {itemize }
190
191
\item Requirement: Put the task you have chosen in the description
191
192
\item Reference implementation: original MPI function
192
- \item Tasks size should be big. Broadcast should send more that one element (vector).
193
+ \item Tasks size should be big. Broadcast should send more that one element (vector)
194
+ \item Consider using binary trees to distribute data across different processes
193
195
\end {itemize }
194
196
\end {frame }
195
197
@@ -291,9 +293,9 @@ \section{Sort}
291
293
\end {itemize }
292
294
\end {frame }
293
295
294
- \section {Computer Graphics }
296
+ \section {Image Processing }
295
297
296
- \begin {frame }{Computer Graphics }
298
+ \begin {frame }{Image Processing }
297
299
\begin {itemize }
298
300
\item Image Smoothing
299
301
\item Contrast Enhancement
You can’t perform that action at this time.
0 commit comments