优化ReduceSum和SortPair算子的吞吐量 #11
Loading…
Reference in New Issue
No description provided.
Delete Branch "Ran128/GPUKernelContest:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
本PR提供了两个关键GPU算子的高性能实现:
ReduceSum:通过两级归约策略和动态资源配置,在保证数值精度的同时,显著提升了归约计算的性能。
SortPair:采用三策略混合排序算法,根据数据规模自适应选择最优排序路径,实现了高效稳定的键值对排序。
赛题ID:6
参赛链接:https://gitlink.org.cn/Ran128/GPUKernelContest/tree/main/S1/6
Pull request closed