Skip to content

Commit 4c82399

Browse files
committed
Update introductory slides; update the todo list
Merging gradients slide updated hackily.
1 parent 2ca3f2e commit 4c82399

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
-915 KB
Binary file not shown.

todo-archive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file contains old completed small-granularity tasks.
2+
(B) bin/moons_benchmark with the cc backend crashes with half-prec overflow {cm:2024-11-24}
3+
(B) remove syncing from the data parallel algo: stream-to-stream syncing is now automatic {cm:2024-11-23}
4+
(A) cuda backend crashes in bin/moons_benchmark {cm:2024-11-22}
5+
(B) figure out why cuda backend parallelism slows down in later epochs {cm:2024-11-25}
6+
clean up event hashtables when a stream or device gets synchronized {cm:2024-12-03}

todo.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This file is for tasks with a smaller granularity than issues, typically immediate tasks.
2-
(B) bin/moons_benchmark with the cc backend crashes with half-prec overflow {cm:2024-11-24}
3-
(B) remove syncing from the data parallel algo: stream-to-stream syncing is now automatic {cm:2024-11-23}
4-
(A) cuda backend crashes in bin/moons_benchmark {cm:2024-11-22}
5-
(B) figure out why cuda backend parallelism slows down in later epochs {cm:2024-11-25}
62
(A) Ensure that reading from host on CPU performs required synchronization
7-
clean up event hashtables when a stream or device gets synchronized {cm:2024-12-03}
3+
4+
Update `anatomy_of_a_backend.md`
5+
Update introductory slides {cm:2024-12-17}
6+
Config to skip capturing logs from stdout

0 commit comments

Comments
 (0)