-
```
I just want to know how to config the cudppSort so that it will sort in
descending order?
Also, what is the difference between the cudpp radixsort and the RadixSort
example from the CUDA SDK?
`…
-
```
Very nice performance with your sorting function! A 2x boost on all sorting is
always welcome. Just looked at the updates and see that you guys have been
very busy, so I guess this is already …
-
```
Purpose of code changes on this branch:
To add Mark's optimizations to radix sort from the CUDA SDK.
When reviewing my code changes, please focus on:
radixsort_*.cu
cudpp_plan.*
cudpp_plan_mana…
-
```
Purpose of code changes on this branch:
Review the changes I've made to the 1.1.1 branch before we release it.
When reviewing my code changes, please focus on:
Changes to scan_cta.cu, segmented…
-
```
What steps will reproduce the problem?
1. running cuddpSort with radix sort functionality
2. setting it up for 3991 as the number of elements to sort
3.
What is the expected output? What do you s…
-
```
Right now, Bullet/Extras/sph includes the SPH fluid simulation by Rama
Hoeltzlein.
There is no interaction with Bullet yet, so please add this.
```
Original issue reported on code.google.com …
-
```
So I was playing around with the new radix sort implementation and was having a
lot of problems getting it to run on ocelot. It looks like the warp size is
assumed to be 32, and of course this…
-
```
So I was playing around with the new radix sort implementation and was having a
lot of problems getting it to run on ocelot. It looks like the warp size is
assumed to be 32, and of course this…
-
```
Some algorithms, particularly stable_merge_sort, produce spurious warnings.
e.g. thrust\sorting\detail\device\cuda\stable_merge_sort.inl(577): Warning:
Cannot tell what pointer points to, assumi…
-
```
Right now, Bullet/Extras/sph includes the SPH fluid simulation by Rama
Hoeltzlein.
There is no interaction with Bullet yet, so please add this.
```
Original issue reported on code.google.com …