MMM
Results 1 to 25 of 815

Thread: New Multi-Threaded Pi Program - Faster than SuperPi and PiFast

Threaded View

  1. #11
    Xtreme Enthusiast
    Join Date
    Mar 2009
    Location
    Bay Area, California
    Posts
    705
    Quote Originally Posted by bonis62 View Post
    if the code performs different operations for different CPU ,
    you dont have a true benchmark, you have a simple test.

    PI use floating point unit , Prime use integer unit,

    I do not want put this into question,
    do not speed race,
    however, are convinced that a benchmark should run with the same (identical) code on many CPUs to be true benchmark.
    Everyone has different views on what a benchmark should be.
    Some believe that you should run identical code on all processors.
    That's what SuperPi is for.

    On the other hand:
    If code A runs faster on processor A, and code B runs faster on processor B.
    Then I have no problem with benchmarking A on A and B on B if they do the same task.
    This is what y-cruncher is. It is meant to be a different kind of benchmark.

    Take your pick.


    I'm not a fan of crippling processors by not using their features - since that hides their true potential.
    It's just like having a street race: If one car has nitrous, why should you ban the driver from using it? It hides its true potential.


    EDIT:
    Pi doesn't just use floating-point. y-cruncher uses both, floating-point and integer.

    Though the ratios of how much of each will vary depending on what system you run it on.
    On Intel processors, it uses more floating-point.
    On AMD processors, it uses more integer. This is because AMD's have a stronger integer unit than Intel's. (in the context of this program)
    Last edited by poke349; 01-16-2010 at 10:58 AM.
    Main Machine:
    AMD FX8350 @ stock --- 16 GB DDR3 @ 1333 MHz --- Asus M5A99FX Pro R2.0 --- 2.0 TB Seagate

    Miscellaneous Workstations for Code-Testing:
    Intel Core i7 4770K @ 4.0 GHz --- 32 GB DDR3 @ 1866 MHz --- Asus Z87-Plus --- 1.5 TB (boot) --- 4 x 1 TB + 4 x 2 TB (swap)

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •