赛题三个算子 (Reduce Sum, Sort Pair, Top-k Pair) 的优化实现 #13

Closed
wencong wants to merge 2 commits from wencong/GPUKernelContest:dev into main
First-time contributor

Benchmark 结果

实验配置

  • 实验机器:曦云 C500 - 16 GB * 1
  • 容器环境:GiteeAI pytorch2.4.0 maca 3.0.0.4 版本

实验结果

  • Reduce Sum 算子在小数据规模下(1000000)本算子吞吐量略低于参考实现;在大数据规模下(536870912 及以上)本算子吞吐量高于参考实现
  • Sort 算子在所有数据规模下吞吐量均显著高于参考实现
  • Top-k 算子在所有数据规模下吞吐量均显著高于参考实现
## Benchmark 结果 实验配置 - 实验机器:曦云 C500 - 16 GB * 1 - 容器环境:GiteeAI pytorch2.4.0 maca 3.0.0.4 版本 实验结果 - Reduce Sum 算子在小数据规模下(1000000)本算子吞吐量略低于参考实现;在大数据规模下(536870912 及以上)本算子吞吐量**高于**参考实现 - Sort 算子在**所有数据规模下**吞吐量均**显著**高于参考实现 - Top-k 算子在**所有数据规模下**吞吐量均**显著**高于参考实现
wencong added 1 commit 2025-12-09 15:39:41 +08:00
wencong added 1 commit 2025-12-09 16:28:43 +08:00
wencong closed this pull request 2025-12-09 16:29:28 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ccf-ai-infra/GPUKernelContest#13
No description provided.