Skip to content
Snippets Groups Projects
  1. Mar 04, 2022
  2. Aug 16, 2021
  3. Jul 07, 2021
  4. Jun 16, 2021
  5. May 05, 2021
  6. Feb 12, 2021
  7. Oct 09, 2020
    • Stephan Seitz's avatar
      Bugfix: call cudaFree before resize of gpuVectors_ · 3559579d
      Stephan Seitz authored
      How could this have been working until now?
      We should not call `cudaFree` on uninitialized memory.
      
      We have to free the old pointers before resize. This also prevents
      memory leakage in case the vector gets shrinked.
      
      Apparently the previous code relied on the fact that `resize` somehow
      initialized the memory to null pointers or that `cudaFree` just ignores
      pointers it didn't allocate.
      3559579d
  8. Jun 30, 2020
  9. Apr 21, 2020
  10. Mar 17, 2020