Skip to content

Commit

Permalink
add slides for composable kernel lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Aug 19, 2024
1 parent e8ffded commit 9642580
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@ The PMPP Book: [Programming Massively Parallel Processors: A Hands-on Approach](
- [Slides](https://docs.google.com/presentation/d/1p1xE-EbSAnXpTSiSI0gmy_wdwxN5XaULO3AnCWWoRe4/edit#slide=id.p)

## Lecture 23: Tensor Cores
- Speaker: [Vijay Thakkar & Pradeep Ramani]()
- Speaker: Vijay Thakkar & Pradeep Ramani
- [Slides](https://drive.google.com/file/d/18sthk6IUOKbdtFphpm_jZNXoJenbWR8m/view)

## Lecture 24: Scan at the Speed of Light
- Speaker: Jake Hemstad & Georgii Evtushenko

## Lecture 25: Speaking Composable Kernel
- Speaker: Haocong Wang
- [Slides](./lecture_025/AMD_ROCm_Speaking_Composable_Kernel_July_20_2024.pdf)

## Lecture 26: SYCL MODE (Intel GPU)
- Speaker: Patric Zhao
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions lecture_025/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Date: Jul 20, 2024
- Speaker: Haocong Wang
- [Video](https://youtu.be/-732zELVbpU?si=0VQpIBJM2Ml8Cf6c)
- Composable Kernel repository on github: [ROCm/composable_kernel](https://github.com/ROCm/composable_kernel)
- [Slides](./AMD_ROCm_Speaking_Composable_Kernel_July_20_2024.pdf)
- Flash-attention code shown during the talk:
[flash_attention_fwd_impl.hpp](https://github.com/ROCm/composable_kernel/blob/ck_tile_toy/example/91_tile_program/flash_attention_fwd_impl.hpp)

0 comments on commit 9642580

Please sign in to comment.