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.
cub::BlockRadixSort を使用してブロック内の並べ替えを行う場合、要素の数が多すぎる場合、どのように対処すればよいでしょうか? タイル サイズを大きくしすぎると、一時ストレージ用の共有メモリがすぐにそれを保持できなくなります。複数のタイルに分割した場合、各タイルを並べ替えた後、どのように後処理するのでしょうか?