Inquiry about the Specific Implementation of thrust::sort #570
Unanswered
GriffithLin
asked this question in
Thrust
Replies: 1 comment 1 reply
-
|
The implementations for the CUDA backend come from CUB. Depending on the type of the elements to be sorted, it can use radix sort or merge sort. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interested in understanding the specific implementation details of the thrust::sort function in the Thrust library. I've explored the Thrust repository on GitHub, but I couldn't locate the actual source code for the thrust::sort algorithm.
Could someone kindly provide me with information about where I can find the full source code for thrust::sort? Knowing the underlying implementation would be very helpful for my understanding of the library.
Thank you in advance for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions