Skip to content

Commit 14b6e5c

Browse files
authored
Revise README structure and competition details
Rearranged sections and updated competition listings in README.
1 parent aafd132 commit 14b6e5c

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,18 @@ This repo holds reference kernels for the KernelBot which hosts regular competit
44

55
You can see what's going on [gpumode.com](https://www.gpumode.com/)
66

7-
We also work with universities on hosting the infrastructure for their classes:
8-
- [Stanford CS149 assignment 5 kernels](https://github.com/stanford-cs149/asst5-kernels)
9-
- [Tri Dao's Princeton parallel programming class](problems/princeton)
10-
11-
## Competition
7+
## Competitions
128
1. [PMPP practice problems](https://github.com/gpu-mode/reference-kernels/tree/main/problems/pmpp_v2)
139
2. [AMD $100K kernel competition](problems/amd)
1410
3. [BioML kernels](problems/bioml)
1511
4. [AMD $100K distributed kernel competition](problems/amd_distributed)
1612
5. [NVIDIA Blackwell NVFP4 competition](problems/nvidia)
1713
6. [AMD $1.1M competition](problems/amd_202602)
1814
7. [Helion IRL hackathon](problems/helion)
19-
8. [Princeton course](problems/princeton)
20-
21-
## Making a Leaderboard Submission
22-
23-
Please take a look at `vectoradd_py` to see multiple examples of expected submisisons ranging from PyTorch code to Triton to inline CUDA.
2415

16+
We also work with universities on hosting the infrastructure for their classes:
17+
- [Stanford CS149 assignment 5 kernels](https://github.com/stanford-cs149/asst5-kernels)
18+
- [Tri Dao's Princeton parallel programming class](problems/princeton)
2519

2620
## Contributing New Problems
2721

0 commit comments

Comments
 (0)