Datasets:
Update README.md
Browse files
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 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
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 |
```
|