-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > I expect performance by doing thousands miller-rabin test in > parallel, so it doesn't matter if that's done serially. I'm also > asking how I can use python integers (which don't are only limited > by the size of the RAM) within the kernel, with PyOpenCL.
You can't. There is no way of using arbitrary precision Python integers inside of an OpenCL kernel. Regards, Freddie. -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlNdO2wACgkQ/J9EM/uoqVf3UQCghZd6+gEJbJb9I3R9YfPGloYZ Y7oAnRXLPHAKWtw4Gc55WkbUgqFKEKUX =A+OX -----END PGP SIGNATURE----- _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
