Skip to content

Commit

Permalink
Lab due dates 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jzarnett committed Jan 10, 2024
1 parent eb5cc3a commit 8680b37
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Binary file modified labs/Lab1.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion labs/Lab1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{\Large ECE 459: Programming for Performance}\\
{\Large Lab 1---Package Management\footnote{v9, 2023-01-12}}\\[1em]
Created by Patrick Lam \& Jeff Zarnett\\
Due: January 27, 2023 at 23:59 Eastern Time
Due: January 29, 2024 at 23:59 Eastern Time
\end{center}


Expand Down
Binary file modified labs/Lab2.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions labs/Lab2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{\Large ECE 459: Programming for Performance}\\
{\Large Lab 2---Building Dictionaries (in parallel)\footnote{v0, 19Jan23}}\\[1em]
Patrick Lam\\
Due: February 10, 2023 at 11:59 PM Eastern Time
Due: February 12, 2024 at 23:59 Eastern Time
\end{center}

\section*{Learning Objectives:}
Expand All @@ -73,7 +73,7 @@ \section*{Learning Objectives:}
\item Become familiar with safely and quickly passing information between threads.
\end{itemize}

The most related lecture content for this lab is in Lectures 9 and 10, though there is somewhat-relevant content up to Lectures 16 and 17.
The most related lecture content for this lab is in Lectures 9 and 10, though there is somewhat-relevant content in appendix C and lecture 16.

\section*{Background}
Log files can be a key source of data about long-running executables like web servers and operating system kernels. Here's a sample line from a log file.
Expand Down
Binary file modified labs/Lab3.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion labs/Lab3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{\Large ECE 459: Programming for Performance}\\
{\Large Lab 3 --- Using the GPU \footnote{v3, 9Feb23}}\\[1em]
Lab created by Yuhan Lin; manual by Bernie Roehl\\
Due: March 10, 2023 at 23:59 Eastern Time
Due: March 18, 2024 at 23:59 Eastern Time
\end{center}

In this lab, you'll learn how to improve performance of a convolutional neural network (CNN) by using the GPU to do some of the work.
Expand Down
Binary file modified labs/Lab4.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion labs/Lab4.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
Created by Jeff Zarnett, Stephen Li, \& Yuhan Lin, updated by Bernie Roehl \& Patrick Lam
}\\
Due: April 10, 2023 at 23:59 Eastern Time
Due: April 1, 2024 at 23:59 Eastern Time
\end{center}
% https://www.youtube.com/watch?v=_5SUkylf9aI&feature=youtu.be
% which machines are flamegraphs available on?
Expand Down

0 comments on commit 8680b37

Please sign in to comment.