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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 16 21:47:24 PDT 2015


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

Ronie Salgado <roniesalg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114336|0                           |1
        is obsolete|                            |

--- Comment #6 from Ronie Salgado <roniesalg at gmail.com> ---
Created attachment 114363
  --> https://bugs.freedesktop.org/attachment.cgi?id=114363&action=edit
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.

-- 
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/20150317/c65b713a/attachment.html>


More information about the mesa-dev mailing list