marksaroufim commited on
Commit
8819735
·
verified ·
1 Parent(s): ef1cf32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -24
README.md CHANGED
@@ -1,25 +1,28 @@
1
- ---
2
- configs:
3
- - config_name: submissions
4
- data_files: "submissions.parquet"
5
- - config_name: successful_submissions
6
- data_files: "successful_submissions.parquet"
7
- - config_name: leaderboards
8
- data_files: "leaderboards.parquet"
9
- tags:
10
- - code
11
- license: mit
12
- ---
13
-
14
- If you use GPUMODE/amd-kernels-2025 in your work, please cite:
15
-
16
- ```bibtex
17
- @inproceedings{
18
- zhang2025kernelbot,
19
- title={KernelBot: A Competition Platform for Writing Heterogeneous {GPU} Code},
20
- author={Alex L Zhang and Matej Sirovatka and Erik Schultheis and Benjamin Horowitz and Mark Saroufim},
21
- booktitle={Championing Open-source DEvelopment in ML Workshop @ ICML25},
22
- year={2025},
23
- url={https://openreview.net/forum?id=bq9U4dmuyJ}
24
- }
 
 
 
25
  ```
 
1
+ ---
2
+ configs:
3
+ - config_name: submissions
4
+ data_files: "submissions.parquet"
5
+ - config_name: successful_submissions
6
+ data_files: "successful_submissions.parquet"
7
+ - config_name: leaderboards
8
+ data_files: "leaderboards.parquet"
9
+ tags:
10
+ - code
11
+ license: mit
12
+ ---
13
+
14
+ This is the dataset that was created from the AMD $100K kernel competition, it contains roughly 40K kernels for fp8-gemm, moe and mla optimized to run on MI300 https://www.datamonsters.com/amd-developer-challenge-2025
15
+ Learn more at gpumode.com/news
16
+
17
+ If you use this dataset in your work, please cite:
18
+
19
+ ```bibtex
20
+ @inproceedings{
21
+ zhang2025kernelbot,
22
+ title={KernelBot: A Competition Platform for Writing Heterogeneous {GPU} Code},
23
+ author={Alex L Zhang and Matej Sirovatka and Erik Schultheis and Benjamin Horowitz and Mark Saroufim},
24
+ booktitle={Championing Open-source DEvelopment in ML Workshop @ ICML25},
25
+ year={2025},
26
+ url={https://openreview.net/forum?id=bq9U4dmuyJ}
27
+ }
28
  ```