Skip to content

Commit 2d1eacb

Browse files
committed
update
1 parent aed4562 commit 2d1eacb

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/AMD_workshop/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ powershell -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing https://raw.gi
2323
popcorn-cli register github
2424
```
2525

26-
3. **Submit your solution:**
27-
```bash
28-
popcorn-cli submit --gpu MI300 --leaderboard amd-fp8-mm --mode test v1.py
29-
```
30-
31-
4. **Interactive mode** (choose GPU and options):
32-
```bash
33-
popcorn-cli submit v1.py
34-
```
35-
3626
## 🏃 Run Examples
3727

3828
Try out the example implementations to get familiar with the system:
@@ -99,3 +89,11 @@ If the scripts don't work, you can manually install:
9989
- Run `popcorn-cli --help` for usage information
10090
- Check the [main repository](https://github.com/gpu-mode/popcorn-cli) and open an issue
10191
- Join the [GPU Mode Discord](https://discord.gg/gpumode) and ask a question in #amd-competition
92+
93+
## 🧑‍🎓 Learn more from our favorite writeups
94+
95+
* https://github.com/luongthecong123/fp8-quant-matmul
96+
* https://seb-v.github.io/optimization/update/2025/01/20/Fast-GPU-Matrix-multiplication.html
97+
* https://akashkarnatak.github.io/amd-challenge/
98+
* https://www.bilibili.com/read/cv41954307/?opus_fallback=1
99+
* https://github.com/Snektron/gpumode-amd-fp8-mm

0 commit comments

Comments
 (0)