当前位置:  开发笔记 > 编程语言 > 正文

在cuda Thrust中排序

如何解决《在cudaThrust中排序》经验,为你挑选了1个好方法。

我试图在cuda中使用基数排序.在研究期间,我发现推力具有排序功能.

which sorting algorithm does thrust library use for sorting?? 
Is it  Radix Sort???

Nicola Pezzo.. 6

你可以在这里找到一些细节:

http://sbel.wisc.edu/Courses/ME964/Literature/thrustGPUgems2011.pdf http://www.greatlakesconsortium.org/events/manycore/files/TStaff-CUDA_Libraries.pdf

从第二个链接:

thrust :: sort将选择正确的算法

内置类型的基数排序(int,float等)

合并排序,不能使用基数排序

为了更深入地了解sort函数的推力实现,您应该阅读本技术文章:http://back40computing.googlecode.com/svn-history/r272/wiki/documents/RadixSortTR.pdf



1> Nicola Pezzo..:

你可以在这里找到一些细节:

http://sbel.wisc.edu/Courses/ME964/Literature/thrustGPUgems2011.pdf http://www.greatlakesconsortium.org/events/manycore/files/TStaff-CUDA_Libraries.pdf

从第二个链接:

thrust :: sort将选择正确的算法

内置类型的基数排序(int,float等)

合并排序,不能使用基数排序

为了更深入地了解sort函数的推力实现,您应该阅读本技术文章:http://back40computing.googlecode.com/svn-history/r272/wiki/documents/RadixSortTR.pdf

推荐阅读
mobiledu2402851323
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有