PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.44k stars 575 forks source link

Add second CUDA solution #875

Closed rbergen closed 1 year ago

rbergen commented 1 year ago

Description

This is a second CUDA solution, written from scratch (as in, not depending on CUDASieve) based on an idea from @davepl..

Contributing requirements

davepl commented 1 year ago

Looks great! It might be nice to comment each function like markmultiples to just summarize what they do for the casual reader, but otherwise I couldn't spot anything!