<aside>
❗ All errata mentioned below has already been fixed in these notes.
This section is just for reference.
</aside>
Table of Contents
Course Syllabus
- Ed Participation points:
- The course syllabus says this about participation points: "Ed participation, 0.05 points for each meaningful contribution (post)".
- This could cause confusion as Ed also uses "Posts" to describe a type of content.
- It could be reworded to "meaningful contribution (Ed Question, Post, Answer, or Comment)" to remove ambiguity.
Module 1
- Lesson 4:
- Lectures and Slides refer to CPU cores as Streaming Multiprocessors.
- It is supposed to be GPU cores.
Quiz 2
- Posted privately on Ed.
Summer 2024: Post #43.
- Answered. Taken into consideration for the next semester.
- Also, post #29.
Module 3
- Lesson 1:
- Under topic “Thread Synchronizations”, the slides mention the API call is
__synchthreads()
, when it should be __syncthreads()
.
Quiz 4
- Q1
- Answered. Taken into consideration for this semester.
Summer 2024, Post #78.
Module 6
- Lesson 1:
- Timestamp 7:14 - Spoken statement should be “It fetches Basic Block 5”, not “Basic Block 6”.
Module 7
- Lesson 1:
- In topic “4 Level Address Translation”, the slides say “1 level of Table → 2^(# of vpn bits) number of tables”, when it should be “… number of table entries”.
- Timestamp 10:14 - Spoken statement is very confusing. Perhaps the professor meant to say “Typical page size is 4KB, but for large pages it is 2MB” or something like that.
- Errors in transcript too.
Summer 2024, post #96.
- Lesson 3:
- Under topic “Round Robin (RR) vs Greedy-Then-Oldest (GTO)”, there’s an error in the illustration for GTO.
Summer 2024, post #102.
Module 10
- Lesson 2:
- In the topic “Other PTX Instruction Examples”, the second control flow instruction should be “call func;” instead of “all func;”.