Skip to content

Commit

Permalink
Regenerate pdf files w/ newest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Jun 5, 2023
1 parent 50ee157 commit 5a09772
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 18 deletions.
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

0 comments on commit 5a09772

Please sign in to comment.