Skip to content

Commit cff4a0f

Browse files
Update README.md
1 parent 1a58f0a commit cff4a0f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ By the end of the course students will be able to use Julia to write write porta
3030

3131
## Homeworks at a glance
3232

33-
| Homework | Assigned | Due | Topic | Solution |
34-
| --------------------------------------------------------------- | -------- | ------ | -------------------------------------------------- | ------------------------------------------------------------------------------------ |
33+
| Homework | Assigned | Due | Topic | Notes | Solution |
34+
| --------------------------------------------------------------- | -------- | ------ | -------------------------------------------------- |------| ------------------------------------------------------------------------------------ |
3535
| [HW0](homework/HW0.pdf) | April 2 | April 7 @ 11:59PM | Logistics |
36-
| [HW1](homework/HW1.pdf) | April 7 | April 14 @ 11:59PM | Threadin |
36+
| [HW1](homework/HW1.pdf) | April 7 | April 14 @ 11:59PM | Threading | Updated 9/4|
3737

3838
## Lectures at a glance (Lectures being updated.)
3939

@@ -50,6 +50,7 @@ By the end of the course students will be able to use Julia to write write porta
5050
| 3 | F | 4/4 | Kimmerer | Allocations and other serial performance tips | | [PerformantSerial Julia Pluto Notebook](https://mitmath.github.io/Parallel-Computing-Spoke/notebooks/PerformantSerialJulia.html)
5151
| | | | | **Week 2 - Parallelism Concepts and Julia Performance**|
5252
| 4 | M | 4/7 | Edelman | If you see an algorithm that doesn't look like it should be parallel it's probably Parallel Prefix | [Slides](https://github.com/mitmath/18337/blob/master/lecture10/prefix.pptx) | [reduce,prefix pluto](https://mitmath.github.io/18337/lecture9/reduce_prefix.html)|
53+
| 5 | W | 4/9 | Kimmerer, Ringoot | Multithreading, hyperthreading, and pipelining | [Slides part 1](lectures/Lecture 04_09_part1.pdf)
5354
| | | | | **Week 3 - Multithreading and Multitasking**|
5455
| | | | | **Week 4 - GPU Computing**|
5556
| | | | | **Week 5 - GPU Computing**|

0 commit comments

Comments
 (0)