Update README.md
Browse files
README.md
CHANGED
|
@@ -7,14 +7,14 @@ language:
|
|
| 7 |
# AscendKernelGen/KernelGen-LM-32B
|
| 8 |
|
| 9 |

|
| 10 |
-
[](https://arxiv.org/abs/2601.07160)
|
| 11 |
|
| 12 |
KernelGen-LM-32B is a state-of-the-art domain-adaptive large language model specialized for low-level NPU kernel generation, specifically for the Huawei Ascend architecture using the AscendC programming language. Built upon the Qwen3-32B backbone, it is trained on the Ascend-CoT dataset and refined via reinforcement learning with execution feedback. It achieves unprecedented success rates in generating complex, functional hardware kernels, improving compilation success on L2 tasks from 0% (baseline) to 96.5% (Pass@10), while functional correctness achieves
|
| 13 |
40.5% compared to the baseline’s complete failure.
|
| 14 |
|
| 15 |
-
**Other artifacts:**
|
| 16 |
* The **AscendKernelGen Technical Report** is published at https://arxiv.org/abs/2601.07160.
|
| 17 |
-
* The **NPUKernelBench** evaluation framework is published at https://git.openi.org.cn/PCL-Benchmark/NPUKernelBench.
|
| 18 |
|
| 19 |
## Introduction
|
| 20 |
|
|
|
|
| 7 |
# AscendKernelGen/KernelGen-LM-32B
|
| 8 |
|
| 9 |

|
| 10 |
+
<!-- [](https://arxiv.org/abs/2601.07160) -->
|
| 11 |
|
| 12 |
KernelGen-LM-32B is a state-of-the-art domain-adaptive large language model specialized for low-level NPU kernel generation, specifically for the Huawei Ascend architecture using the AscendC programming language. Built upon the Qwen3-32B backbone, it is trained on the Ascend-CoT dataset and refined via reinforcement learning with execution feedback. It achieves unprecedented success rates in generating complex, functional hardware kernels, improving compilation success on L2 tasks from 0% (baseline) to 96.5% (Pass@10), while functional correctness achieves
|
| 13 |
40.5% compared to the baseline’s complete failure.
|
| 14 |
|
| 15 |
+
<!-- **Other artifacts:**
|
| 16 |
* The **AscendKernelGen Technical Report** is published at https://arxiv.org/abs/2601.07160.
|
| 17 |
+
* The **NPUKernelBench** evaluation framework is published at https://git.openi.org.cn/PCL-Benchmark/NPUKernelBench. -->
|
| 18 |
|
| 19 |
## Introduction
|
| 20 |
|