<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<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#c3">Comment # 3</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>I checked the latest version of the clover codebase and it pushes the global
offsets into the end of the input buffer.
I made it work with AMD capeverde(HD7770) by adding the intrinsics needed to
implement OpenCL 1.1 get_global_offset(). Then I implemented
get_global_offset() in libclc and I modified get_global_id() to use the offset.
I also stubbed get_global_offset() in the ptx version.
Those changes are in the attached patches.</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>