Dnia 2011-12-09, piÄ… o godzinie 08:01 -0500, Thomas Wiecki pisze: > The problem is that I don't want an array of random numbers in the end > (as your code does), but want to pass generators to a cuda function > that then simulates a stochastic process. So I need access to the > curandState.
The memory storing array of generators' states in in property XORWOWRandomNumberGenerator.states. Array has as many elements as there is cores on the GPU (e.g. 512 for GTX 590). Regards. -- Tomasz Rybak <[email protected]> GPG/PGP key ID: 2AD5 9860 Fingerprint A481 824E 7DD3 9C0E C40A 488E C654 FB33 2AD5 9860 http://member.acm.org/~tomaszrybak
signature.asc
Description: This is a digitally signed message part
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
