[Mesa-dev] [Bug 106246] radv: VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT and bringing down initial pipeline compile times

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 1 09:22:39 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=106246

--- Comment #8 from Nicolai Hähnle <nhaehnle at gmail.com> ---
The fast register allocator stresses the spill logic a lot. I believe it
basically spills at the end of every basic block and reloads at the start of
every basic block. Plus it's not very well tested with AMDGPU, so this really
isn't surprising.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180501/4a9833ec/attachment.html>


More information about the mesa-dev mailing list