From 00cc3f310a8754f8ed228b1a13057c1f194e3eed Mon Sep 17 00:00:00 2001 From: phoenix1516 <3183737740@qq.com> Date: Tue, 16 Sep 2025 17:15:24 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5db9c6..f56f040 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ - **SortPair**: 键值对稳定排序 - **TopkPair**: 键值对TopK选择 -[三个核心算法赛题模板](./cp_template/) +[三个核心算法赛题模板](https://gitlink.org.cn/ccf-ai-infra/GPUKernelContest/tree/main/cp_template) ### 📥 选手赛题准备 @@ -120,7 +120,7 @@ cd S1/3 ./build/test_topkpair [correctness|performance|all] ``` -对于如何提交可参考:[如何贡献](how-to-contribute.md) +对于如何提交可参考:[如何贡献](https://gitlink.org.cn/ccf-ai-infra/GPUKernelContest/tree/main/how-to-contribute.md) ### ✅ 参赛要求: - 提交内容必须可以在MACA软件上运行。