[Mesa-dev] [Bug 102030] private memory overflow in openCL
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 9 06:03:52 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=102030
--- Comment #4 from Janpieter Sollie <janpieter.sollie at dommel.be> ---
I got it running on both pocl and clover. I will attach a working version with
a built_hints.txt file included, which also includes debug information to debug
memory contents.
what I concluded:
- atom_add does not work correctly
- this workaround works, where it should not:
i = ctx->l1;
i+= len << 3;
atom_xchg(&(ctx->l1), i);
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170809/5b26c7a7/attachment.html>
More information about the mesa-dev
mailing list