Announcement

Collapse
No announcement yet.

GL_vs_VK: A Micro-Benchmark Looking At The Overhead Of OpenGL vs. Vulkan APIs

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

  • GL_vs_VK: A Micro-Benchmark Looking At The Overhead Of OpenGL vs. Vulkan APIs

    Phoronix: GL_vs_VK: A Micro-Benchmark Looking At The Overhead Of OpenGL vs. Vulkan APIs

    GL_vs_VK is self-described as a "comparison of OpenGL and Vulkan API in terms of performance" and offers multiple test-cases for directly comparing OpenGL and Vulkan in different environments. Here are some benchmarks on several different drivers and GPUs.

    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
    Very interesting!
    Congrats to Damian Dyńdo for making this benchmark and for being open to make it automated.

    Comment


    • #3
      It doesn't look right. Vulkan was supposed to be a thin layer that would put the full power of the hardware in the hands of the application. Yet AMD still trails, even it has the horse power. Intel also seems to punch way above their weight. So maybe these benchmarks need a few more iterations?
      Still, thanks for adding them Michael.

      Comment


      • #4
        I think this is a great idea for a set of tests, but I'm a little suspicious about the credibility of the tests. The results are all a little too consistent considering the numbers, and Vulkan's performance usually doesn't vary that drastically from OpenGL (especially at such low framerates).

        I think perhaps there may be a CPU overhead issue.

        Comment


        • #5
          The maximum frame rates for the Vulkan tests might be a problem. Even a single data point measured at several million fps might be enough to lift the overall average notably.

          Comment


          • #6
            Originally posted by Herem View Post
            The maximum frame rates for the Vulkan tests might be a problem. Even a single data point measured at several million fps might be enough to lift the overall average notably.
            Usually that's not how you compute an average, but yes, if it's just a plain averaging of all values, it could skew the results.

            Comment


            • #7
              Originally posted by bug77 View Post
              It doesn't look right. Vulkan was supposed to be a thin layer that would put the full power of the hardware in the hands of the application. Yet AMD still trails, even it has the horse power. Intel also seems to punch way above their weight. So maybe these benchmarks need a few more iterations?
              Still, thanks for adding them Michael.
              Eh, I would guess it is AMD's Vulkan driver. The closed one seems to have its own set of issues, and the (3rd party) open source radv driver isn't even certified yet (and has lots to still progress on).

              Comment


              • #8
                Originally posted by schmidtbag View Post
                I think this is a great idea for a set of tests, but I'm a little suspicious about the credibility of the tests. The results are all a little too consistent considering the numbers, and Vulkan's performance usually doesn't vary that drastically from OpenGL (especially at such low framerates).

                I think perhaps there may be a CPU overhead issue.
                What? The tests were designed to be limited by the CPU. That was the whole point.

                Comment


                • #9
                  Originally posted by marek View Post

                  What? The tests were designed to be limited by the CPU. That was the whole point.
                  I am sure he meant inside the vulkan driver

                  Comment


                  • #10
                    Originally posted by bug77 View Post

                    Usually that's not how you compute an average, but yes, if it's just a plain averaging of all values, it could skew the results.
                    The Vulkan averages in these tests are typically 6+ times higher than the OGL results. Judging by this abnormally high difference compared to other benchmarks contrasting both APIs, I think it is reasonable to at least look into the way the results are being calculated to ensure these spurious values are not skewing the overall results.

                    Comment

                    Working...
                    X