Skip to content

Commit

Permalink
Web update by igb180 on Thu Apr 18 11:14:33 EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
iebecker committed Apr 18, 2024
1 parent bf5e80b commit 04dca3e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
15 changes: 4 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,9 @@ <h2><a id="staff"></a><a class="anchor-link" href="#staff">Teaching Staff</a></h
<!-- The preferred way to reach the instructors for delicate matters is at <cs205-staff@g.harvard.edu>. -->

<h3><a id="instructor"></a><a class="anchor-link" href="#instructor">Instructors</a></h3>
<p>Boris Kozinsky (<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#98;&#107;&#111;&#122;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;">&#98;&#107;&#111;&#122;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;</a>)</p>
<!-- TODO: Fill -->
<ul>
<li>Office: Pierce Hall 303</li>
<li>Office Hours: by appointment</li>
</ul>
<p>Boris Kozinsky (<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#98;&#107;&#111;&#122;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;">&#98;&#107;&#111;&#122;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;</a>)
* Office: Pierce Hall 303
* Office Hours: by appointment</p>
<p>Ignacio Becker Troncoso (<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#101;&#98;&#101;&#99;&#107;&#101;&#114;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;">&#105;&#101;&#98;&#101;&#99;&#107;&#101;&#114;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;</a>)</p>
<ul>
<li>Office: SEC 1.312-05</li>
Expand All @@ -167,10 +164,6 @@ <h3><a id="tf"></a><a class="anchor-link" href="#tf">Teaching Fellows</a></h3>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Yixian Gan</td>
<td style="text-align: left;"><a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#121;&#103;&#97;&#110;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;">&#121;&#103;&#97;&#110;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;</a></td>
</tr>
<tr>
<td style="text-align: left;">Tanner Marsh</td>
<td style="text-align: left;"><a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#116;&#97;&#109;&#57;&#57;&#55;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;">&#116;&#97;&#109;&#57;&#57;&#55;&#64;&#103;&#46;&#104;&#97;&#114;&#118;&#97;&#114;&#100;&#46;&#101;&#100;&#117;</a></td>
</tr>
Expand Down Expand Up @@ -239,7 +232,7 @@ <h2><a id="important"></a><a class="anchor-link" href="#important">Important Inf
<ul>
<li><strong><a href="https://canvas.harvard.edu/courses/128330">Canvas</a>:</strong> Is used for posting grades and other class sensitive content.</li>
<li><strong><a href="https://canvas.harvard.edu/courses/128330/external_tools/101445?display=borderless">Gradescope</a>:</strong> Is used for homework and lab submissions.</li>
<li><strong><a href="https://code.harvard.edu/CS205/main_2024">Class Git repository</a>:</strong> The handouts in CS205 are provided through the <code>main</code> repository hosted in the CS205 organization. You can clone this repository once you have joined the CS205 organization.</li>
<li><strong><a href="https://code.harvard.edu/CS205/main">Class Git repository</a>:</strong> The handouts in CS205 are provided through the <code>main</code> repository hosted in the CS205 organization. You can clone this repository once you have joined the CS205 organization.</li>
</ul>
<div class="highlight"><pre><span></span><code><span class="n">git</span><span class="w"> </span><span class="n">clone</span><span class="w"> </span><span class="n">git</span><span class="err">@</span><span class="n">code</span><span class="o">.</span><span class="n">harvard</span><span class="o">.</span><span class="n">edu</span><span class="p">:</span><span class="n">CS205</span><span class="o">/</span><span class="n">main</span><span class="o">.</span><span class="n">git</span>
</code></pre></div>
Expand Down
33 changes: 13 additions & 20 deletions docs/pages/schedule_static.html
Original file line number Diff line number Diff line change
Expand Up @@ -599,18 +599,16 @@ <h1>Schedule</h1>
<strong><em>Lecture 19:</em></strong> <em>2024-04-16</em>
<br>
<ul style="font-size:100%">
<li>Intel intrinsics</li>
<li>Compiler auto vectorization</li>
<li>Examples for vectorization and performance impact (DLP in roofline)</li>
<li>Main difference between CPU and GPU architectures</li>
<li>Introduction to CUDA</li>
<li>CUDA warps and threads</li>
</ul>
</td>
<td>
<strong><em>Lecture 20:</em></strong> <em>2024-04-18</em>
<br>
<ul style="font-size:100%">
<li>SPMD programming model</li>
<li>Intel ISPC compiler</li>
<li><strong><em>Reading:</em></strong> <a href="https://code.harvard.edu/CS205/main/raw/main/reading/05_pharr2012a.pdf" target="_blank">Pharr paper</a></li>
<li>Kokkos</li>
</ul>
</td>
<td style="background-color: rgba(101, 123, 131, 0.1);">
Expand All @@ -625,7 +623,7 @@ <h1>Schedule</h1>
<a href="https://www.gradescope.com/courses/711577/assignments/3988471" target="_blank">HW4 due</a><br>(2024-04-16)
</span>
</li>
<li><span style="color:yellowgreen">HW5 release<br>(2024-04-16)</span></li>
<li><span style="color:yellowgreen">HW5 release<br>(2024-04-17)</span></li>
<li><span style="color:tomato">Quiz 4<br>(2024-04-19)</span></li>
</ol>
</td>
Expand All @@ -638,14 +636,9 @@ <h1>Schedule</h1>
<td><strong><em>Lecture 21:</em></strong> <em>2024-04-23</em>
<br>
<ul style="font-size:100%">
<li>GPU computing (outlook):
<li>TBD
<ul>
<li>Streaming processors</li>
<li>Main difference between CPU and GPU architectures</li>
<li>SIMD and SIMT</li>
<li>Streaming multiprocessor and Little's Law</li>
<li>Introduction to CUDA</li>
<li>CUDA warps and threads</li>
<li>TBD</li>
</ul>
</li>
<li>Class summary</li>
Expand All @@ -658,11 +651,6 @@ <h1>Schedule</h1>
<td style="background-color: rgba(154, 205, 50, 0.1);">
<br>
<ol style="font-size:100%">
<li>
<span style="color:tomato">
<a href="https://www.gradescope.com/courses/711577/assignments/4091975" target="_blank"> HW5 due</a><br>(2024-04-28)
</span>
</li>
<li>
<span style="color:tomato">
<a href="https://www.gradescope.com/courses/711577/assignments/3988477" target="_blank"> Lab 6 due</a>
Expand Down Expand Up @@ -695,6 +683,11 @@ <h1>Schedule</h1>
<td style="background-color: rgba(154, 205, 50, 0.1);">
<br>
<ol style="font-size:100%">
<li>
<span style="color:tomato">
<a href="https://www.gradescope.com/courses/711577/assignments/4091975" target="_blank"> HW5 due</a><br>(2024-04-30)
</span>
</li>
<li>
<span style="color:tomato">Project deliverables due
<br>(2024-05-02 8:00 AM)
Expand Down Expand Up @@ -744,4 +737,4 @@ <h1>Schedule</h1>
crossorigin="anonymous"
></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion docs/tipuesearch_content.js

Large diffs are not rendered by default.

0 comments on commit 04dca3e

Please sign in to comment.