Announcement

Collapse
No announcement yet.

David Airlie Tries DOOM On CPU-Based Lavapipe Vulkan

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

  • David Airlie Tries DOOM On CPU-Based Lavapipe Vulkan

    Phoronix: David Airlie Tries DOOM On CPU-Based Lavapipe Vulkan

    Red Hat graphics driver developer David Airlie has tried running the DOOM (2016) game on the CPU-based Lavapipe Vulkan driver... It works, but isn't fast and currently requires some hacks...

    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
    It's interesting to hear how this is progressing.

    much of the overhead is due to BPTC texture loading that Airlie hasn't yet optimized for Lavapipe
    I wonder if there's a good, generic way to profile JIT code. operf certainly hasn't done me much good, but then I haven't really looked into it, either.

    those dreaming of real and legitimate gaming with Lavapipe on the CPU with modern CPUs are still living on a fantasy island.
    An order of magnitude less than real GPU performance probably isn't unreasonable to hope for, though it probably depends somewhat on how much the app leans on HW features vs. generic shader code.

    Comment


    • #3
      64-core EPYC is the solution.

      Comment


      • #4
        If we can get graphene CPUs and they you could go 1,000x times faster, (like they say) that's 166fps.

        Comment


        • #5
          Cool, up to 10 fpm of pure performane.

          Comment


          • #6
            Originally posted by torsionbar28 View Post
            64-core EPYC is the solution.
            Last time Michael tried this on a high-core-count machine, I think he found that performance maxed out at like 16 cores.

            airlied 's blog entry doesn't specify what CPU this latest test used. I didn't check to see if his earlier entries mentioned what HW platform he's using.

            Comment


            • #7
              Originally posted by commodore256 View Post
              If we can get graphene CPUs and they you could go 1,000x times faster, (like they say) that's 166fps.
              How about graphene GPUs?

              Comment


              • #8
                Originally posted by coder View Post
                It's interesting to hear how this is progressing.


                I wonder if there's a good, generic way to profile JIT code. operf certainly hasn't done me much good, but then I haven't really looked into it, either.


                An order of magnitude less than real GPU performance probably isn't unreasonable to hope for, though it probably depends somewhat on how much the app leans on HW features vs. generic shader code.
                Our BPTC decompression isn't JIT yet, it is also very naive and done at runtime, I'm considering up front decompression, but it's a large memory usage + bw increase vs a large CPU usage, it might be possible to JIT the BPTC decompressor and get things a bit better that way.

                As for profiling, llvm has perf integration now, I can at least see in perf report what assembly is eating up CPU, though mapping that back to fragment shader source is always tricky.

                Dave.

                Comment


                • #9
                  Originally posted by coder View Post
                  Last time Michael tried this on a high-core-count machine, I think he found that performance maxed out at like 16 cores.

                  airlied 's blog entry doesn't specify what CPU this latest test used. I didn't check to see if his earlier entries mentioned what HW platform he's using.
                  Ryzen 7 1800x

                  Dave.

                  Comment


                  • #10
                    Hey, at least it runs. I've heard that normally a software implementation of a graphics API would crash on a very intensive game...

                    Originally posted by torsionbar28 View Post
                    8266752-core Fugaku is the solution.
                    Fixed...

                    Originally posted by Etherman View Post
                    Cool, up to 10 fpm of pure performane.
                    I remember Xonotic has an "spf" (seconds per frame) metric if your frame rate goes beyond 1 FPS...

                    Comment

                    Working...
                    X