byzhang / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

Radix Sort fails for 40M elements on GeForce GTX 470 #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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? 
Ans: When I run radixSort -n=40000000, the error appears. 
When you say "change the display card", do you mean physically, or 
using the display control panel? 
Ans:  Change it physically, only one display card in the machine. 
Regards, 
Lemon 
On 6月3日, 上午5時14分, Mark Harris <harr...@gmail.com> wrote: 

- Hide quoted text -
> What OS? 
> What do you mean by "otherwise"?  In what circumstances do you get the 
> error, and in what circumstances does it run? 
> When you say "change the display card", do you mean physically, or using 
the 
> display control panel? 
> Are you selecting the device in the app using "radixsort -device=<index> 
> ..."? 
> Mark 
> On Thu, Jun 3, 2010 at 1:57 AM, Lemon <lemon...@gmail.com> wrote: 
> > Hi, I have another problem of 'radixSort' in NVIDIA_SDK 3.0. 
> > When I use GT 240 display card in linux 64 bit platform to run the 
> > radixSort. It can sort about 63Million unsigned int keys and value. 
> > But I have changed the display card to GTX 470 recently , and run the 
> > radixSort. It can only sort about 30Million unsigned int keys and 
> > value, otherwise it throws the exception: 
> >           Cuda error: after radixsort in file 'testradixsort.cpp' in 
> > line 287 : invalid configuration argument. 
> > I am not sure that is it proper to ask this question here, but anyone 
> > can give me some help? 
> > Thanks. 
> > Lemon 

Original issue reported on code.google.com by harr...@gmail.com on 4 Jun 2010 at 12:15

GoogleCodeExporter commented 9 years ago
I believe this is fixed now that I have replaced the radix sort implementation 
with thrust::sort.

Original comment by harr...@gmail.com on 7 Jul 2011 at 8:06

GoogleCodeExporter commented 9 years ago
Hello,

Do you have any schedule to release 2.0 version?
Before Oct or After Oct. 
As I am still waiting the GTX470 to do the sorting. 
Any more information can you provide?

Many Thanks.

Regards,
Lemon

Original comment by lemon...@gmail.com on 7 Jul 2011 at 2:48

GoogleCodeExporter commented 9 years ago
Most likely well before October. Meanwhile you could try getting the trunk from 
svn.

Original comment by harr...@gmail.com on 7 Jul 2011 at 9:33