[Mesa-dev] [Bug 101952] OpenCL enqueueReadBuffer returns trash

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 27 16:52:56 UTC 2017


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

--- Comment #3 from Jan Vesely <jan.vesely at rutgers.edu> ---
it might be, but I'd have expected that to show up more frequently, though it
might be related to your hw configuration.

does a simpler kernel work?

kernel void outTest(global int* out)
{
    out[get_global_id(0)] = get_global_id(0);
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170727/d54f7041/attachment.html>


More information about the mesa-dev mailing list