Need help: cuRAND initialization failed

Hi

Need help with an issue. I’m using anaconda accelerate.
I get the following error: CuRandError: (‘CURAND_STATUS_INITIALIZATION_FAILED’, ‘Initialization of CUDA failed’)
on executing: prng = curand.PRNG(rndtype=curand.PRNG.XORWOW)

Also, this might be relevant:

------------------------------libraries detection-------------------------------
Finding cublas
located at C:\Users_\AppData\Local\Continuum\Anaconda\DLLs\cublas64_60.dll
trying to open library… ok
Finding cusparse
located at C:\Users_\AppData\Local\Continuum\Anaconda\DLLs\cusparse64_60.dll
trying to open library… ok
Finding cufft
located at C:\Users_\AppData\Local\Continuum\Anaconda\DLLs\cufft64_60.dll
trying to open library… ok
Finding curand
located at C:\Users_\AppData\Local\Continuum\Anaconda\DLLs\curand64_60.dll
trying to open library… ok
Finding nvvm
located at C:\Users_\AppData\Local\Continuum\Anaconda\DLLs\nvvm64_20_0.dll
trying to open library… ok
finding libdevice for compute_20… ok
finding libdevice for compute_30… ok
finding libdevice for compute_35… ok
-------------------------------hardware detection-------------------------------
Found 1 CUDA devices
id 0 NVS 315 [SUPPORTED]
compute capability: 2.1
pci device id: 0
pci bus id: 2
Summary:
1/1 devices are supported
PASSED