Skip to content
Snippets Groups Projects
  1. Jul 30, 2018
  2. Jul 25, 2018
  3. Jul 24, 2018
  4. Jul 23, 2018
  5. Jul 22, 2018
  6. Jul 21, 2018
  7. Jul 20, 2018
  8. Jul 19, 2018
  9. Jul 18, 2018
    • Richard Berger's avatar
      Fixes a memory leak when using OpenCL · 2eb8d779
      Richard Berger authored
      The GPU package uses OpenCL events for measuring time. These have to be
      released to free up memory. I removed the clReleaseEvent() calls in the
      clear() method because in some cases they don't exist yet and I couldn't
      find a way to check for a valid event (clRetainEvent didn't work). This
      at least fixes the massive leak during simulations.
      
      See issue #1006
      2eb8d779
Loading