Skip to content
Snippets Groups Projects
  1. Mar 04, 2022
  2. Mar 03, 2022
  3. Mar 01, 2022
  4. Feb 04, 2022
  5. Nov 25, 2021
  6. Nov 18, 2021
  7. Nov 16, 2021
  8. Sep 30, 2021
  9. Aug 26, 2021
  10. Aug 17, 2021
  11. Aug 16, 2021
  12. Jul 13, 2021
  13. Jul 07, 2021
  14. Jun 29, 2021
  15. Jun 16, 2021
  16. Jun 15, 2021
  17. May 15, 2021
  18. May 05, 2021
  19. Apr 30, 2021
  20. Apr 12, 2021
  21. Mar 30, 2021
  22. Mar 29, 2021
  23. Mar 24, 2021
  24. Mar 03, 2021
  25. Feb 26, 2021
  26. Feb 22, 2021
  27. Feb 12, 2021
  28. Dec 29, 2020
  29. Dec 18, 2020
  30. Dec 17, 2020
  31. Dec 10, 2020
  32. Dec 09, 2020
  33. Dec 08, 2020
  34. Nov 22, 2020
  35. 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
  36. Sep 29, 2020
  37. Jul 20, 2020