<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - OpenCL enqueueReadBuffer returns trash"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101952#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - OpenCL enqueueReadBuffer returns trash"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101952">bug 101952</a>
              from <span class="vcard"><a class="email" href="mailto:jan.vesely@rutgers.edu" title="Jan Vesely <jan.vesely@rutgers.edu>"> <span class="fn">Jan Vesely</span></a>
</span></b>
        <pre>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);
}</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>