SuperPi compute all (decimal) digits from start to N. The algorithm used in SuperPi is (for simplicity) not parallelizable. That's why the initial SuperPi on GPU project didn't get anywhere.
As mentioned by __mat__, his program does something completely different. It computes a few (hexadecimal?) digits starting at the N'th place. This task, uses the BBP formula which is very parallelizable.
Unfortunately, all known efficient algorithms to compute all digits from start to N are difficult to parallelize. Not to hijack this thread, but my y-cruncher program attempts to do this. But it doesn't do it well enough for GPU (not to mention memory bottlenecks).
Nice work __mat__! This is the first BBP-based Pi benchmark for GPUs that I've ever seen.




Reply With Quote
Bookmarks