[Mesa-dev] [Bug 86326] clEnqueueNDRangeKernel global_work_offset ignored

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 16 00:46:11 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=86326

--- Comment #3 from Ronie Salgado <roniesalg at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150316/9801d813/attachment.html>


More information about the mesa-dev mailing list