Announcement

Collapse
No announcement yet.

GCC 4.8 To GCC 6.1 Benchmarks For A Complex Program

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

  • GCC 4.8 To GCC 6.1 Benchmarks For A Complex Program

    Phoronix: GCC 4.8 To GCC 6.1 Benchmarks For A Complex Program

    Here are some more compiler performance metrics to share of the GNU Compiler Collection (GCC) for a complex program...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    gcc 6 has HSA support right?
    can you test also on APU AMD?

    Comment


    • #3
      Originally posted by Dea1993 View Post
      gcc 6 has HSA support right?
      can you test also on APU AMD?
      Will need to look again to see if it's still a pain in the ass to setup or not. And to see how many of my OpenMP benchmarks really can take advantage of it. bridgman can hopefully comment.
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        Looks like stock optimizations, would have been nice to see if optimized options improved over previous versions.

        Comment


        • #5
          I'm feeling like a nut, but damn, which compiler flags were used during this benchmark? It seems I can't easily find this information anywhere. Has it been running with no flags at all? If yes, it makes benchmark rather pointless (who builds programs with no flags, anyway?). If no, where can I see flags used?

          Comment


          • #6
            I believe the default flags were used, and hence the compile switches are set by the build system. You will find the set-up here: https://github.com/OPM/opm-common/bl...mization.cmake
            From what I gather this means -O2 -DNDEBUG -mtune=native

            Comment

            Working...
            X