spirit icon indicating copy to clipboard operation
spirit copied to clipboard

Core: use cuRand to generate random numbers in the CUDA version?

Open GPMueller opened this issue 7 years ago • 0 comments

This would be mostly beneficial for stochastic LLG calculations.

Note that the most efficient way to use random numbers would probably be to pre-generate long lists which can be used over a few iterations or something like this.

See https://developer.nvidia.com/curand

GPMueller avatar Nov 26 '18 18:11 GPMueller