gpt4 book ai didi

cuda - 在cuda Thrust中排序

转载 作者:行者123 更新时间:2023-12-01 10:49:16 29 4
gpt4 key购买 nike

我正在尝试在 cuda 中使用基数排序。在研究过程中,我发现推力具有排序功能。

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

最佳答案

您可以在这里找到一些详细信息:

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

来自第二个链接:

thrust::sort will select right algorithm

  • radix sort for built-in types(int, float, etc.)
  • merge sort where radix sort cannot be used

要更深入地了解排序函数的推力实现,您应该阅读这篇技术论文:http://back40computing.googlecode.com/svn-history/r272/wiki/documents/RadixSortTR.pdf

关于cuda - 在cuda Thrust中排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22400108/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com