About 415 results
Open links in new tab
  1. The Fastest Sorting Algorithm? - Dr. Dobb's

    Apr 1, 2000 · Even though the n log log n time-sorting algorithm came about as a theoretical game, its real-life performance is good. A C implementation like nloglogn.c ( available …

  2. Fastest sorting algorithm on GPU currently - NVIDIA Developer …

    Jul 22, 2016 · Hello community, I understand that sorting is a primitive algorithm on GPU. There are many different implementations, e.g., radix sorting, merge sorting, etc. With many different …

  3. Fastest sorting algorithm on GPU currently - NVIDIA Developer …

    May 2, 2021 · Hello community, I understand that sorting is a primitive algorithm on GPU. There are many different implementations, e.g., radix sorting, merge sorting, etc. With many different …

  4. Fastest Sorting on CUDA? - NVIDIA Developer Forums

    Feb 19, 2009 · I have tried several sorting algorithm on CUDA, but the result is not that good I expected. I sort 16M numbers on a 9800GT GPU and Q6600 Intel CPU Radix Sorting from …

  5. Best sorting algorithm using CUDA Sorting networks, merge or …

    Feb 1, 2008 · The best sorting algorithm depends somewhat on your application - whether you need to sort key/value pairs or just keys, the type of your data, whether you can sort …

  6. fastest parallel sorting algorithm - NVIDIA Developer Forums

    Jan 26, 2009 · fastest parallel sorting algorithm. Accelerated Computing. CUDA. CUDA Programming and Performance. r_sagar ...

  7. How do I sort using CUDA? - NVIDIA Developer Forums

    Jul 9, 2019 · (fast, efficient) sorting can be a challenging task in a thread-parallel architecture like CUDA. So although simple algorithms like bubble sort and merge sort are easy to understand …

  8. A question about Radix Sort - NVIDIA Developer Forums

    Dec 7, 2008 · It seems that the fastest sorting algorithm in CUDA is the radix sort. However, after break down the runtime of different components in Radix Sort, I found, the …

  9. Algorithm Alley - Dr Dobb's

    Sep 1, 2000 · Besides performing 64-bit memory fetches, stores, and arithmetic, you can expect 64-bit processors to perform shift and bitwise operations 64 bits at a time. The 64-bit …

  10. SRTS Radix Sort: High Performance and Scalable GPU Radix Sorting

    Jul 26, 2010 · The radix sorting method currently seems to be the most amenable for parallelization on high-bandwith architectures, and the fastest sorting implementations for …

Refresh