Skip to content
Snippets Groups Projects
  1. Nov 05, 2019
  2. Nov 04, 2019
  3. Oct 29, 2019
  4. Oct 27, 2019
    • Alexandru Fikl's avatar
      some more tweaks to concurrency checker. · a5ce2cfc
      Alexandru Fikl authored
      Uses WeakSet to store events so we don't have to worry when they get
      destroyed.
      
      The check for out of sync events is also more strict: we now store the
      event per (buffer, op) as well as per queue and only check events that
      are still valid in both and only for the current buffer.
      a5ce2cfc
  5. Oct 26, 2019
    • Alexandru Fikl's avatar
      some more work on the concurrency checker · 1575333b
      Alexandru Fikl authored
      Added the following logic:
      * in `enqueue_nd_range_kernel`, we catch all generated events for each
      queue.
      * those events get cleared when calling `queue.finish` or
      `cl.wait_for_events`.
      * if a kernel argument's queue's events are not in the current `wait_for`,
      we complain.
      1575333b
  6. Oct 24, 2019
  7. Oct 22, 2019
  8. Oct 21, 2019
  9. Sep 19, 2019
  10. Sep 16, 2019
  11. Aug 30, 2019
  12. Aug 29, 2019
  13. Aug 27, 2019
  14. Aug 26, 2019
  15. Aug 12, 2019
Loading