-
```
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 …
-
```
I get this compiling PETSc with the latest Thrust and Cusp:
knepley@Matthew-Knepleys-MacBook-Air:/PETSc3/petsc/petsc-dev/src/mat/impls/aij/s
eq/seqcuda$ make PETSC_DIR=/PETSc3/petsc/petsc-dev PET…
-
```
What steps will reproduce the problem?
1. edit common.mk add -fPIC to gcc g++ and link
2. make
3. g++ -shared -Wl,-soname,libcudpp.so.1 -o libcudpp.so.1.0 *.cpp_o *.cu_o
What is the expected outp…
-
```
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…
-
```
What steps will reproduce the problem?
1. edit common.mk add -fPIC to gcc g++ and link
2. make
3. g++ -shared -Wl,-soname,libcudpp.so.1 -o libcudpp.so.1.0 *.cpp_o *.cu_o
What is the expected outp…
-
```
I get this compiling PETSc with the latest Thrust and Cusp:
knepley@Matthew-Knepleys-MacBook-Air:/PETSc3/petsc/petsc-dev/src/mat/impls/aij/s
eq/seqcuda$ make PETSC_DIR=/PETSc3/petsc/petsc-dev PET…
-
```
From an email to the CUDPP Google Group:
Hi Mark,
What OS?
Ans: CentOS 5.2
What do you mean by "otherwise"? In what circumstances do you get the
error, and in what circumstances does it run?…
-
```
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?
`…
-
```
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…