Datasets:
Added citation
Browse files
README.md
CHANGED
|
@@ -1,35 +1,32 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
```
|
| 34 |
-
|
| 35 |
-
The script will create a directory at the specified output path containing the dataset in Parquet format. If `--output_dir` is not provided, it will save to `hf_dataset` in the current working directory.
|
|
|
|
| 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 |
+
license: mit
|
| 10 |
+
citation: |
|
| 11 |
+
@inproceedings{
|
| 12 |
+
zhang2025kernelbot,
|
| 13 |
+
title={KernelBot: A Competition Platform for Writing Heterogeneous {GPU} Code},
|
| 14 |
+
author={Alex L Zhang and Matej Sirovatka and Erik Schultheis and Benjamin Horowitz and Mark Saroufim},
|
| 15 |
+
booktitle={Championing Open-source DEvelopment in ML Workshop @ ICML25},
|
| 16 |
+
year={2025},
|
| 17 |
+
url={https://openreview.net/forum?id=bq9U4dmuyJ}
|
| 18 |
+
}
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
If you use GPUMODE/amd-kernels-2025 in your work, please cite:
|
| 22 |
+
|
| 23 |
+
```bibtex
|
| 24 |
+
@inproceedings{
|
| 25 |
+
zhang2025kernelbot,
|
| 26 |
+
title={KernelBot: A Competition Platform for Writing Heterogeneous {GPU} Code},
|
| 27 |
+
author={Alex L Zhang and Matej Sirovatka and Erik Schultheis and Benjamin Horowitz and Mark Saroufim},
|
| 28 |
+
booktitle={Championing Open-source DEvelopment in ML Workshop @ ICML25},
|
| 29 |
+
year={2025},
|
| 30 |
+
url={https://openreview.net/forum?id=bq9U4dmuyJ}
|
| 31 |
+
}
|
| 32 |
+
```
|
|
|
|
|
|
|
|
|