CUDPP Rand Scalability

Hi,

I am facing a strange problem… I am trying to generate about 124M random numbers using cudppRand() function.

However, i am seeing that it is failing at those sizes… It works fine to only about sizes of 33M…

Is there any issue with the scalability of cudppRand() ? Or is there a seeding required which I am missing…
Although I am seeding it with the wall time initially before calling cudppRand()…

Please advise…

Thanks

Hi,

I am facing a strange problem… I am trying to generate about 124M random numbers using cudppRand() function.

However, i am seeing that it is failing at those sizes… It works fine to only about sizes of 33M…

Is there any issue with the scalability of cudppRand() ? Or is there a seeding required which I am missing…
Although I am seeding it with the wall time initially before calling cudppRand()…

Please advise…

Thanks