Interesting, both my machines (windows and mac) have CUDA 7.0, possibly thats the issue, since the C code in https://github.com/JuliaGPU/CURAND.jl/issues/3#issuecomment-159319580 fails in both.
If some linux user could test this version, our statistics would be more complete. I will try 6.5 and 7.5 Em terça-feira, 24 de novembro de 2015 21:21:41 UTC-2, Tim Holy escreveu: > > 6.5 > > --Tim > > On Wednesday, November 25, 2015 01:37:22 AM Andrei wrote: > > On Tue, Nov 24, 2015 at 8:03 PM, Kristoffer Carlsson <[email protected] > <javascript:>> > > wrote: > > > The original code in the OP fails for me > > > > Yes, this is expected behavior: for convenience, CURAND.jl creates > default > > random number generator, which obviously becomes invalid after > > `device_reset()`. At the same time, my last code snippet creates new and > > explicit RNG, which fixes the issue on Linux. > > > > The problem is that on some platforms even creating new generator > doesn't > > help, so I'm trying to understand the difference. > > > > @Tim, @Kristoffer, could you also specify CUDA version in use, please? > >
