<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [NVC0] Hang when running compute program"
href="https://bugs.freedesktop.org/show_bug.cgi?id=96258#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [NVC0] Hang when running compute program"
href="https://bugs.freedesktop.org/show_bug.cgi?id=96258">bug 96258</a>
from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
<pre>OK, I've pushed a fix for the GK208 issue (an issue in unspilling predicates):
commit c7731a07408c5d4169625d4a78962d2887419080
Author: Ilia Mirkin <<a href="mailto:imirkin@alum.mit.edu">imirkin@alum.mit.edu</a>>
Date: Sat May 28 13:07:12 2016 -0400
gk110/ir: fix unspilling of predicates from registers
Bugzilla: <a class="bz_bug_link
bz_status_NEW "
title="NEW - [NVC0] Hang when running compute program"
href="show_bug.cgi?id=96258">https://bugs.freedesktop.org/show_bug.cgi?id=96258</a>
Signed-off-by: Ilia Mirkin <<a href="mailto:imirkin@alum.mit.edu">imirkin@alum.mit.edu</a>>
Cc: "11.2 11.1" <<a href="mailto:mesa-stable@lists.freedesktop.org">mesa-stable@lists.freedesktop.org</a>>
However the issue around thread sizes remains for all except the GK10x keplers.
On fermi we have 32K registers, on kepler+ we have 64K (not counting the
mythical GK210). So we have to tell the RA to restrict the number of registers
used based on thread size (or use 1024 as the number of threads when that
information is not provided).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>