With the merge request that landed this Vulkan ray-tracing support for Lavapipe, Konstantin Seurer shared the screenshot below and wrote “Don’t ask about performance”
So… how’s the perf— gets shot
Gushing frames at 1fps! Kidding aside this is pretty awesome though
Hmm, seems interesting. What’s the reason for computing the raytracing with the CPU?
I can see a few reasons:
- automated tests on single frames
- batch renders on a server (e.g. for stills or cutscenes)
- comparisons across GPU archs - it could essentially be the “standard” for how a scene should be rendered
And of course, maybe some CPU manufacturer will build in an accelerator so lower end GPUs (say, APUs) could have reasonable raytracing in otherwise GPU limited games (i don’t know enough about modern game pipelines to know if that’s a possibility).
Or the final reason, which may be the most important of all: why not?
I would like to see the benchmark results from this running on a high end system like a dual CPU EPYC 9754.
Can it run Crysis Remastered?