Skip to content

Commit 203ccf9

Browse files
factnnautomerge-bot
andauthored
docs: publish KernelGenBench arXiv link (#62)
Co-authored-by: automerge-bot <devnull@local>
1 parent c496279 commit 203ccf9

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[[中文版](./README.zh-CN.md)|English]
44

5+
> **Paper**: [KernelGenBench: A Multi-Source and Multi-Chip Benchmark for LLM-based Kernel Generation](https://arxiv.org/abs/2607.27231) (arXiv:2607.27231)
6+
57
<div align="right">
68
<a href="https://www.linkedin.com/company/flagos-community" target="_blank">
79
<img src="./docs/assets/Linkedin.png" alt="LinkedIn" width="32" height="32" />
@@ -26,8 +28,6 @@ KernelGenBench is a component of [FlagOS](https://flagos.io/) — a unified, ope
2628

2729
KernelGenBench is a benchmark framework for evaluating LLM and agent-based Triton kernel generation across multiple hardware platforms.
2830

29-
> **Paper**: [KernelGenBench: A Multi-Source and Multi-Chip Benchmark for LLM-based Kernel Generation](paper/KernelGenBench_paper.pdf) (Under Review)
30-
3131
![KernelGenBench Overview](docs/source/_static/images/figures/overview.png)
3232

3333
## Features
@@ -78,13 +78,12 @@ python scripts/generate_kernel_and_verify.py \
7878
## Citation
7979

8080
```bibtex
81-
@inproceedings{kernelgenbench2026,
81+
@article{zang2026kernelgenbench,
8282
title = {KernelGenBench: A Multi-Source and Multi-Chip Benchmark for LLM-based Kernel Generation},
83-
author = {Anonymous Author(s)},
84-
booktitle = {Under review},
83+
author = {Peiyu Zang and Jian Tao and Jialing Zhang and Yichen Yuan and Wentao Zhang and Guang Liu and Yonghua Lin},
84+
journal = {arXiv preprint arXiv:2607.27231},
8585
year = {2026},
86-
note = {Preprint PDF and repository available at \url{https://github.com/flagos-ai/KernelGenBench}},
87-
url = {https://github.com/flagos-ai/KernelGenBench}
86+
url = {https://arxiv.org/abs/2607.27231}
8887
}
8988
```
9089

README.zh-CN.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
跨多种硬件平台评测 LLM 和 Agent 生成 Triton kernel 能力的基准框架。
2020

21-
> **论文**: [KernelGenBench: A Multi-Source and Multi-Chip Benchmark for LLM-based Kernel Generation](paper/KernelGenBench_paper.pdf) (Under Review)
21+
> **论文**[KernelGenBench: A Multi-Source and Multi-Chip Benchmark for LLM-based Kernel Generation](https://arxiv.org/abs/2607.27231)(arXiv:2607.27231)
2222
2323
![KernelGenBench 架构概览](docs/source/_static/images/figures/overview.png)
2424

@@ -334,13 +334,12 @@ KernelGenBench 是 [FlagOS](https://github.com/flagos-ai) 开源生态的一部
334334
如果 KernelGenBench 对您的研究或评测有帮助,请引用:
335335

336336
```bibtex
337-
@inproceedings{kernelgenbench2026,
337+
@article{zang2026kernelgenbench,
338338
title = {KernelGenBench: A Multi-Source and Multi-Chip Benchmark for LLM-based Kernel Generation},
339-
author = {Anonymous Author(s)},
340-
booktitle = {Under review},
339+
author = {Peiyu Zang and Jian Tao and Jialing Zhang and Yichen Yuan and Wentao Zhang and Guang Liu and Yonghua Lin},
340+
journal = {arXiv preprint arXiv:2607.27231},
341341
year = {2026},
342-
note = {Preprint PDF and repository available at \url{https://github.com/flagos-ai/KernelGenBench}},
343-
url = {https://github.com/flagos-ai/KernelGenBench}
342+
url = {https://arxiv.org/abs/2607.27231}
344343
}
345344
```
346345

0 commit comments

Comments
 (0)