Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
库 Thrust (CUDA) 使用的排序算法是什么?(即快速排序、归并排序)
AFAIK Thrust 使用两种排序算法:
使用哪种算法取决于要排序的数据类型(基元排序用于基本类型,合并排序用于其余类型)。