<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:bas@basnieuwenhuizen.nl" title="Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>"> <span class="fn">Bas Nieuwenhuizen</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - [RADV] GPU freeze with simple Vulkan App"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105098">bug 105098</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>NEEDINFO
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - [RADV] GPU freeze with simple Vulkan App"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105098#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - [RADV] GPU freeze with simple Vulkan App"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105098">bug 105098</a>
from <span class="vcard"><a class="email" href="mailto:bas@basnieuwenhuizen.nl" title="Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>"> <span class="fn">Bas Nieuwenhuizen</span></a>
</span></b>
<pre>The non-constant indexing was indeed the issue. Normally we use some
instructions for those but Vega switched to different instruction and a bug in
LLVM causes a hang with them.
We had a workaround for that but it turned out it did not trigger for this
shader due to declaring the array in global scope.
<a href="https://patchwork.freedesktop.org/patch/205018/">https://patchwork.freedesktop.org/patch/205018/</a>
should fix the issue. Does this also fix your app?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>