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 1/5] 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软件上运行。 From 9511980e90474f3f77858d6b39fe953ce9d9d8b0 Mon Sep 17 00:00:00 2001 From: phoenix1516 <3183737740@qq.com> Date: Tue, 16 Sep 2025 17:23:46 +0800 Subject: [PATCH 2/5] Update how-to-contribute.md --- how-to-contribute.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/how-to-contribute.md b/how-to-contribute.md index ff38c4d..419fe77 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -2,10 +2,14 @@ 本项目协作采用标准的Pull Request(PR)流程机制,PR流程是开源项目协作和代码管理的核心机制。以下是创建和处理PR的详细步骤: +## 0.CLA签署 +- **目的**:项目内Pull Request需要贡献者签署贡献者协议后方可合并,为保证后续项目的顺利,建议提前进行CLA签署。 +-**步骤**: +-点击[CLA签署链接](https://www.gitlink.org.cn/ccf-ai-infra/cla/governance),滑动阅读后在页面下方填写真实姓名,并选择参赛所用账号的邮箱即可 ## 1. Fork项目仓库 -- **目的**:将原始仓库复制到您的Gitee(或github)账户下,以便您可以进行修改。 +- **目的**:将原始仓库复制到您的Gitlink(或github)账户下,以便您可以进行修改。 - **步骤**: - - 在Gitee(或github)上找到[GPUKernelContest](https://gitee.com/ccf-ai-infra/GPUKernelContest)。 + - 在Gitlink(或github)上找到[GPUKernelContest](https://gitee.com/ccf-ai-infra/GPUKernelContest)。 - 点击页面右上角的“Fork”按钮,将该仓库复制到您的Gitee账户下。 ## 2. Clone项目仓库 @@ -13,9 +17,9 @@ - **步骤**: - 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。 ```sh - git clone https://gitee.com/giteeuseid/GPUKernelContest.git + git clone https://gitlink.com/gitlinkuseid/GPUKernelContest.git ``` - 备注:`giteeuseid替换您的url`。 + 备注:`gitlinkuseid替换您的url`。 ## 3. 创建新分支进行开发 @@ -51,7 +55,7 @@ ## 6. 创建Pull Request - **目的**:向原始仓库的维护者提交您的修改,请求合并。 - **步骤**: - - 回到您的Gitee账户(或github),找到您Fork的仓库。 + - 回到您的Gitlink账户(或github),找到您Fork的仓库。 - 点击“New Pull Request”按钮。 - 选择您推送的分支和原始仓库的主分支进行比较。 - 填写PR的标题和描述,说明您的修改内容和目的。 @@ -73,7 +77,7 @@ - **目的**:保持您的Fork仓库与上游仓库同步。 - **步骤**: - 为了保持您的Fork仓库与上游仓库同步,您需要定期从上游仓库拉取更新。 - - 登录自己的Gitee账户(或github),找到您Fork的仓库。 + - 登录自己的Gitlink账户(或github),找到您Fork的仓库。 - 点击`Sync fork`按钮同步最新的上游Fork的仓库。 通过以上步骤,您就可以在Gitee(或github)上有效地参与项目的协作。希望这些信息对您有所帮助!如果有任何问题,随时欢迎提问。 \ No newline at end of file From 26edf5534f1098442a43d2c5cdc8b281acb93c41 Mon Sep 17 00:00:00 2001 From: phoenix1516 <3183737740@qq.com> Date: Tue, 16 Sep 2025 17:24:28 +0800 Subject: [PATCH 3/5] Update how-to-contribute.md --- how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-contribute.md b/how-to-contribute.md index 419fe77..83fa0d8 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -2,7 +2,7 @@ 本项目协作采用标准的Pull Request(PR)流程机制,PR流程是开源项目协作和代码管理的核心机制。以下是创建和处理PR的详细步骤: -## 0.CLA签署 +## 0. CLA签署 - **目的**:项目内Pull Request需要贡献者签署贡献者协议后方可合并,为保证后续项目的顺利,建议提前进行CLA签署。 -**步骤**: -点击[CLA签署链接](https://www.gitlink.org.cn/ccf-ai-infra/cla/governance),滑动阅读后在页面下方填写真实姓名,并选择参赛所用账号的邮箱即可 From c3ad3c51ef4d15cf3c04aae66fcbee709decd1dc Mon Sep 17 00:00:00 2001 From: phoenix1516 <3183737740@qq.com> Date: Tue, 16 Sep 2025 17:25:14 +0800 Subject: [PATCH 4/5] Update how-to-contribute.md --- how-to-contribute.md | 1 + 1 file changed, 1 insertion(+) diff --git a/how-to-contribute.md b/how-to-contribute.md index 83fa0d8..bdf3b5b 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -6,6 +6,7 @@ - **目的**:项目内Pull Request需要贡献者签署贡献者协议后方可合并,为保证后续项目的顺利,建议提前进行CLA签署。 -**步骤**: -点击[CLA签署链接](https://www.gitlink.org.cn/ccf-ai-infra/cla/governance),滑动阅读后在页面下方填写真实姓名,并选择参赛所用账号的邮箱即可 + ## 1. Fork项目仓库 - **目的**:将原始仓库复制到您的Gitlink(或github)账户下,以便您可以进行修改。 - **步骤**: From 3d3852866f0d043d43a4f44b5b9e5f43756ea1a2 Mon Sep 17 00:00:00 2001 From: phoenix1516 <3183737740@qq.com> Date: Tue, 16 Sep 2025 17:27:47 +0800 Subject: [PATCH 5/5] Update how-to-contribute.md --- how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-contribute.md b/how-to-contribute.md index bdf3b5b..64b82b9 100644 --- a/how-to-contribute.md +++ b/how-to-contribute.md @@ -18,7 +18,7 @@ - **步骤**: - 在您的本地机器上,使用`git clone`命令将项目仓库Fork的仓库克隆到本地。 ```sh - git clone https://gitlink.com/gitlinkuseid/GPUKernelContest.git + git clone https://gitlink.org.cn/gitlinkuseid/GPUKernelContest.git ``` 备注:`gitlinkuseid替换您的url`。