AscendKernelGen commited on
Commit
5ce667d
·
verified ·
1 Parent(s): 054c08a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -25,9 +25,10 @@ Our framework, **Ascend KernelGen (AKGen)**, bridges the gap between general-pur
25
  * **Performance:** The model demonstrates siginificant improvement on complex Level-2 kernels compared to baselines, and effectively solving tasks where general-purpose models (like Qwen3, Llama3.1) fail completely.
26
 
27
  ## Citation
28
- @inproceedings{Cao2026AscendKernelGenAS,
29
- title={AscendKernelGen: A Systematic Study of LLM-Based Kernel Generation for Neural Processing Units},
30
  author={Xinzi Cao and Jianyang Zhai and Pengfei Li and Zhiheng Hu and Cen Yan and Bingxu Mu and Guanghuan Fang and Bin She and Jiayu Li and Yihan Su and Dongyang Tao and Xiansong Huang and Fan Xu and Feidiao Yang and Yao Lu and Chang-Dong Wang and Yutong Lu and Weicheng Xue and Bin Zhou and Yonghong Tian},
 
31
  year={2026},
32
- url={https://api.semanticscholar.org/CorpusID:284648690}
33
  }
 
25
  * **Performance:** The model demonstrates siginificant improvement on complex Level-2 kernels compared to baselines, and effectively solving tasks where general-purpose models (like Qwen3, Llama3.1) fail completely.
26
 
27
  ## Citation
28
+ @article{cao2026ascendkernelgen,
29
+ title={Ascend KernelGen: A Systematic Study of LLM-Based Kernel Generation for Neural Processing Units},
30
  author={Xinzi Cao and Jianyang Zhai and Pengfei Li and Zhiheng Hu and Cen Yan and Bingxu Mu and Guanghuan Fang and Bin She and Jiayu Li and Yihan Su and Dongyang Tao and Xiansong Huang and Fan Xu and Feidiao Yang and Yao Lu and Chang-Dong Wang and Yutong Lu and Weicheng Xue and Bin Zhou and Yonghong Tian},
31
+ journal={arXiv preprint arXiv:2601.07160},
32
  year={2026},
33
+ url={https://arxiv.org/abs/2601.07160}
34
  }