Skip to content

Deleted broken script that isn't used.#66

Open
Tyler-Hilbert wants to merge 139 commits into
gpu-mode:mainfrom
Tyler-Hilbert:main
Open

Deleted broken script that isn't used.#66
Tyler-Hilbert wants to merge 139 commits into
gpu-mode:mainfrom
Tyler-Hilbert:main

Conversation

@Tyler-Hilbert

Copy link
Copy Markdown

The script main.py from Lecture 1 doesn't work because cpp_sources=''. It looks like you intended to implement a cpp function but instead created a new file load_inline.py.
I deleted the broken script as it's not mentioned or used in your lecture.

lancerts and others added 30 commits January 27, 2024 17:50
fix the indices typo.
If tpb.x = tbp.y and blocks.x = blocks.y, then the original way gives the correct result. Otherwise, not correct.
```
    tpb = ns(x=16,y=16)
    blocks = ns(x=math.ceil(w/tpb.x), y=math.ceil(h/tpb.y))
```
…etup

fix: update environment setup for session 4
rectangle matmul with shared memory python
Mark Saroufim and others added 29 commits August 19, 2025 10:54
Added details for Lecture 70 including speaker and slides link.
* Add first version of notebook

* profile

* Polish

* fix indexing

* Fix

* add thunder

* Final run

* Typo

* Add sdpa backends benchmarks

* Fix thunder and parallelise outer loop

* Clean notebook run

* Run notebook
Co-authored-by: Mark Saroufim <marksaroufim@meta.com>
Co-authored-by: Mark Saroufim <marksaroufim@meta.com>
Add Lecture 72 (Attention Sinks + StreamingLLM)
Add Songlin's Talk on PaTH and RoPE (Lecture 74)
* Add lecture 103 layout algebra slides

* Fix lecture 103 speaker names
* add lecture 104 gluon notes

* Delete lecture_104/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.