Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

WPrime

From Wikipedia, the free encyclopedia

WPrime is a computer program that calculates a set number of square roots using Newton's method for estimating functions verifying the results by squaring them then comparing them with the original numbers.[1]

Significance

[edit]

WPrime is popular in the overclocking community for testing the performance and stability of computer processors, as Super PI is single-threaded. Its popularity stemmed from being able to utilize 100% of a multi-core processor's computing time enabling its use as a multi-threaded benchmark application in competitions,[2] computing reviews,[3] and marketing campaigns.[4]

WPrime’s multi-threaded design contrasts with Super PI’s single-threaded approach, providing a more comprehensive assessment of modern CPUs' parallel processing capabilities. It has been widely adopted in hardware reviews and enthusiast benchmarking due to this advantage.[5][6]

Criticism

[edit]

The use of Newton's method for testing stability is inherently unreliable due to the self-correcting nature of the algorithm with subsequent iterations correcting any potential errors. WPrime would theoretically only detect instability from several consecutive errors. Additionally some have argued that the multi-threading algorithm used is not indicative of real world performance[7] though much of this was due to poor implementations of multi-threading in consumer applications the early days of multi-core processors.

References

[edit]
  1. Ben-Mayor, Ben (2015-05-05). "Test your Processor Performance with wPrime". Major Geeks. Retrieved 2015-10-05.
  2. "GIGABYTE Announces Core Prime Overclocking Contest on HWBOT". gigabyte.com.au. Retrieved 2015-10-05.
  3. Lvcoyote (2014-06-12). "Intel i7 4790K Devil's Canyon CPU Review". Overclockers. Retrieved 2015-10-05.
  4. "iCafe Increases Revenue with Improved Uptime, Performance, and Reliability with Intel® Xeon® Processor-Based Server" (PDF). Intel Communities. Intel. 2008.
  5. "Multicore Super Pi Benchmark". Tom's Hardware Forum. 2010-04-20. Retrieved 2025-06-26.
  6. W1zzard; on; Intel, in Processors Manufacturer (2021-11-04). "Intel Core i9-12900K Review - Fighting for the Performance Crown". TechPowerUp. Retrieved 2025-06-26.{{cite web}}: CS1 maint: numeric names: authors list (link)
  7. "About wPrime". wprime.net. Retrieved 2015-10-05.
[edit]