/PSieve-CUDA

A collection of sieving programs, of the 'fixed n' variety, that help find Proth or Riesel-style primes by eliminating composites. The code in this repository is for nVIDIA's CUDA system.

Primary LanguageCGNU General Public License v2.0GPL-2.0

This is a work in progress.  At this level you'll find Geoff Reynolds' framework
for prime sieving programs.  Each program is built in its own subdirectory;
check those for details.

To build all programs at once, just enter "make" at a terminal here.