Announcement

Collapse
No announcement yet.

POWER9 Benchmarks vs. Intel Xeon vs. AMD EPYC Performance On Debian Linux

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #41
    Originally posted by DimonX View Post
    Power machine has 2x less cores
    And still horribly loses in single-core benchmarks. Absolutely pathetic.

    Comment


    • #42
      Originally posted by xpue View Post
      And still horribly loses in single-core benchmarks. Absolutely pathetic.
      I did a comparison with my ten year old AMD Athlon 7750 dual core processor. Surprisingly it has beaten the POWER9 in some benchmarks:

      OpenBenchmarking.org, Phoronix Test Suite, Linux benchmarking, automated benchmarking, benchmarking results, benchmarking repository, open source benchmarking, benchmarking test profiles


      Michael I think the Parboil v2.5 Test: OpenMP MRI Gridding benchmark is broken. This result for my ancient artifact just can't be true!

      Comment


      • #43
        It would be nice if there was a test of the quad precision floats as this is a first in hardware in this class of machine. As this is something that hasn't been delivered in x86 yet was similar to the capabilities of System/370-85 and some VAX machines it could be a huge win for some needs. Especially seeing as the SMID instructions don't even offer native support for the x87 80bit versions.

        I doubt it will be important in the popular topics like ML today, as google's TPU actually converted 32 bit floats to 8 bits for improved performance.

        But for some use cases it should be 100s or 1000s times faster than multiple-precision arithmetic methods used other places.

        Comment


        • #44
          These don't look like they are 8-core Power9 processors, they look like they're 4-core's. power consumption is too low. Is there a screenshot of the system specs?

          Comment


          • #45
            these don't look like they are 8-core Power9's, the power consumption is too low. Are they actually the 4-core Power9's? Can you post a screenshot of the system specs.

            Comment


            • #46
              Originally posted by George99 View Post
              Here are some interesting impressions of this great machine:

              UPDATE: Read a semi-review of the Raptor Talos II ! This post is being written in TenFourFox FPR7 beta 3. More about that in a day or two,...

              http://tenfourfox.blogspot.com/2018/...-talos-ii.html
              Thank you for this

              Comment


              • #47
                To expand on some of the other comments made in relation to the test results, all the apps tested were coded from the ground up with the x86 ISA in mind, on top of that some of them use hand crafted assembler and SIMD optimizations, that of course result in the Power9 systems getting blown away.

                If you ever get access to such a system again I suggest you build your test suite on the Power9 system using whatever the most aggressive optimization settings are available for that compiler and then run the test suite.

                I still think the x86 systems will beat it for the reasons outlined above but I will say this, both Intel and AMD are very lucky that IBM has no interest in the desktop market or that Apple doesn't wish to ink a deal with IBM and use their processors Apple's computers because if Apple released a Power Mac with a Power9 processor and then used it's money and resources to get optimized software for it;s new platform they would bury both Intel and AMD.

                Power9's come in either SMT4 or SMT8 configurations, imagine a 12C96T based system with a BSD based optimized OS and optimized video/audio/photo editing apps and games.

                Comment


                • #48
                  IBM have an AC922 server based on the Power9. It might be a good comparison of specs/pricing. It would seem the AC922 is $5100(USD) and then there is the CPU at $2999 or $3999 (USD) depending on how many cores one wants. I presume thats each. Details taken from the IBM site tonight.

                  Comment


                  • #49
                    And then there is POWER10. 4 CPUs with 48 cores each and 8 threads per core. That's 1,536 threads. I know it would be expensive, power hungry and be in a huuuge box. But I'd like to see what that could do. Interestingly, POWER10 will include NVLink from nVidia. Hmmm.

                    Comment


                    • #50
                      Originally posted by xpue View Post
                      And still horribly loses in single-core benchmarks. Absolutely pathetic.
                      That was never the point of these chips. Look at where they win, OS primatives, filesystem, and memory. It's a bandwidth optimized platform with a lot of throughput in a single address space. It's a more open platform and well situated to integrate with bespoke accelerator co-processors.

                      Though I suspect optimized scientific code could run fairly well. The cores are significantly wider than Skylake/Zen can have more store/loads in flight and a much cleaner concurrency model (not hard to do), but the OoO logic is much less deep, meaning performance is more sensitive to the compiler choices, cache misses, and memory layout.

                      And single thread is still useful, say compared to the newer SPAC layouts which have gone over to full database layout.

                      Comment

                      Working...
                      X