> But I can replicate the bug if I use CURAND. I'd suggest filing an issue 
> with 
> that package. Most likely it needs to (and, you need to) initialize 
> resources 
> according to these instructions: 
> https://github.com/JuliaGPU/CUDArt.jl#initializing-and-freeing-ptx-modules 
>
>
CURAND.jl is a thin wrapper around the corresponding C library and doesn't 
use any custom modules, so I suppose initializing resources is not 
applicable to this case. 

Tim, except for loading utility functions (PtxUtils), is there anything 
special in `device() ... do` block that I should pay attention to? 

Reply via email to