bugzilla-daemon at freedesktop.org
2016-May-30 04:06 UTC
[Nouveau] [Bug 96274] New: [NVC0] Failure when compiling compute shader: Assertion `bb->getFirst()->serial <= bb->getExit()->serial' failed
https://bugs.freedesktop.org/show_bug.cgi?id=96274
Bug ID: 96274
Summary: [NVC0] Failure when compiling compute shader:
Assertion `bb->getFirst()->serial <
bb->getExit()->serial' failed
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: imirkin at alum.mit.edu
QA Contact: nouveau at lists.freedesktop.org
Created attachment 124171
--> https://bugs.freedesktop.org/attachment.cgi?id=124171&action=edit
failing tgsi shader
This happens in GRID Autosport, when selecting one of the advanced graphics
options (global illumination or the one right next to it). The issue appears to
be squarely in nouveau's optimizations.
It looks like we end up deciding that the first while loop can be removed? Or
somehow lose track of those BBs? Unclear. This in turn leads to BB:11 being
completely lost.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/nouveau/attachments/20160530/76bbc83e/attachment.html>
bugzilla-daemon at freedesktop.org
2016-Aug-23 22:34 UTC
[Nouveau] [Bug 96274] [NVC0] Failure when compiling compute shader: Assertion `bb->getFirst()->serial <= bb->getExit()->serial' failed
https://bugs.freedesktop.org/show_bug.cgi?id=96274
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Fixed by
commit 092f994a034b718f6170c631655ccaba8d2aa768
Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date: Fri Aug 19 00:41:59 2016 -0400
nv50/ir: make sure cfg iterator always hits all blocks
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/nouveau/attachments/20160823/07cf74c9/attachment.html>
Maybe Matching Threads
- [LLVMdev] a basic question about BB
- [Bug 85352] New: [NVC0/Gallium] Scaling/centering issue in shadertoy shader
- [Bug 79462] New: [NVC0/Codegen] Shader compilation falis in spill logic
- [LLVMdev] a basic question about BB
- [LLVMdev] An unexpected behavior in RegionInfo's block_iterator