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) が使用する順序付けのアルゴリズムは何ですか? (つまり、クイックソート、マージソート)
私の知る限り、Thrust は 2 つの並べ替えアルゴリズムを使用します。
どのアルゴリズムが使用されるかは、ソートされるデータ型によって異なります (プリミティブ型には基数ソートが使用され、残りの型にはマージソートが使用されます)。