CUDALibrarySamples icon indicating copy to clipboard operation
CUDALibrarySamples copied to clipboard

CURAND_RNG_PSEUDO_MRG32K3A in curand_mtgp32_uniform_example.cpp

Open jinz2014 opened this issue 2 years ago • 2 comments

In https://github.com/NVIDIA/CUDALibrarySamples/blob/master/cuRAND/Host/mtgp32/curand_mtgp32_uniform_example.cpp

The generator at line 30: CURAND_CHECK(curandCreateGenerator(&gen, CURAND_RNG_PSEUDO_MRG32K3A));

jinz2014 avatar Sep 15 '23 20:09 jinz2014

What is the issue with line 30? CURAND_RNG_PSEUDO_MRG32K3A is a valid cuRAND generator type.

dorispnvidia avatar Nov 13 '23 19:11 dorispnvidia

The example name is [curand_mtgp32_uniform_example.cpp]

Sorry, I didn't describe it clearly.

jinz2014 avatar Nov 13 '23 22:11 jinz2014