<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:roniesalg@gmail.com" title="Ronie Salgado <roniesalg@gmail.com>"> <span class="fn">Ronie Salgado</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - clEnqueueNDRangeKernel global_work_offset ignored"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86326">bug 86326</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;">Attachment #114336 is obsolete</td>
<td>
</td>
<td>1
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - clEnqueueNDRangeKernel global_work_offset ignored"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86326#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - clEnqueueNDRangeKernel global_work_offset ignored"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86326">bug 86326</a>
from <span class="vcard"><a class="email" href="mailto:roniesalg@gmail.com" title="Ronie Salgado <roniesalg@gmail.com>"> <span class="fn">Ronie Salgado</span></a>
</span></b>
<pre>Created <span class=""><a href="attachment.cgi?id=114363" name="attach_114363" title="LLVM intrinsics patch">attachment 114363</a> <a href="attachment.cgi?id=114363&action=edit" title="LLVM intrinsics patch">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=86326&attachment=114363'>[review]</a>
LLVM intrinsics patch
I tried to use the builtin function, but it did not work. Clang uses the triple
target prefix when trying to map GGC builtins into LLVM intrinsics.
In the case of the R600, the triple target prefix is "amdgpu", but
IntrinsicsR600.td declares some intrinsics in the separate "r600" and "AMDGPU"
namespaces.
So I decided to put all of them in the "amdgpu" namespace. Then table gen
complained that they have to start "amdgpu". So I made the subsequent changes
until I made it work, and the tests in opencl-example are all passing in
capeverde.
I'am leaving those updated patches here for reviewing and documentation before
sending them to the respective mailing lists.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>