-
```
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 …
-
```
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…
-
```
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 …
-
```
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 …
-
```
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…
-
```
Although the CLPP V1.0 beta 3.zip from the download section seems to work on
NVIDIA 470, the trunk (revision 131) doesn't:
Algorithm FAILED : Radix sort
Is this a known issue?
```
Original is…
-
```
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…
-
Hi,
I tried to build the examples. This failed due to not finding a definition of "note" in Benchmark.hs. This was solved by adding import Criterion.IO.Printf to the import list.
-
```
Although the CLPP V1.0 beta 3.zip from the download section seems to work on
NVIDIA 470, the trunk (revision 131) doesn't:
Algorithm FAILED : Radix sort
Is this a known issue?
```
Original is…
-
xz installs fine, but when called it crashes with:
```
Dyld Error Message:
Symbol not found: _clock_gettime
Referenced from: /usr/local/opt/xz/bin/xz
Expected in: /usr/lib/libSystem.B.dylib
```…