Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate pdf files w/ newest changes #258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Lesson_Materials/Lecture_03_Managing_Data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
* Some computation on the GPU.
* Migration of the result back to the CPU.
</div>
<img src="../common-revealjs/images/gpu_cpu_memory.png" height="400">
<img src="../common-revealjs/images/gpu_cpu_memory.png" height="350">
</section>
<!--Slide 3A-->
<section>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Lesson_Materials/Lecture_08_Using_USM/Lecture_08_Using_USM.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 3 additions & 11 deletions Lesson_Materials/Lecture_16_Coalesced_Global_Memory/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,23 +148,15 @@
<div class="hbox" data-markdown>
#### Row-major vs Column-major
</div>
</section>
<section>
<div class="container" data-markdown>
![SYCL](../common-revealjs/images/row_col_1.png "SYCL")
</div>
<img src="../common-revealjs/images/row_col_1.png " height="500">
</section>
<!--Slide 12-->
<section>
<div class="container" data-markdown>
![SYCL](../common-revealjs/images/row_col_2.png "SYCL")
</div>
<img src="../common-revealjs/images/row_col_2.png " height="500">
</section>
<!--Slide 13-->
<section>
<div class="container" data-markdown>
![SYCL](../common-revealjs/images/row_col_3.png "SYCL")
</div>
<img src="../common-revealjs/images/row_col_3.png " height="500">
</section>
<!--Slide 16-->
<section>
Expand Down
Binary file modified Lesson_Materials/Lecture_17_Vectors/Lecture_17_Vectors.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 2 additions & 6 deletions Lesson_Materials/Lecture_19_Work_Group_Sizes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@
<div class="hbox" data-markdown>
#### Varying work-group size image convolution performance
</div>
<div class="container"data-markdown>
![SYCL](../common-revealjs/images/image_convolution_performance_work_group_sizes.png "SYCL")
</div>
<img src="../common-revealjs/images/image_convolution_performance_work_group_sizes.png" height="550">
</section>
<!--Slide 10-->
<section>
Expand All @@ -161,9 +159,7 @@
#### Work batching
</div>
<div class="container">
<div class="col" data-markdown>
![SYCL](../common-revealjs/images/work_distribution.png "SYCL")
</div>
<img src="../common-revealjs/images/work_distribution.png" height="550">
<div class="col" data-markdown>
* If you hit occupancy limitations then each compute unit must process multiple rounds of work-groups and work-items.
* This often means reading and writing often the same data again.
Expand Down