Skip to content
Snippets Groups Projects
  1. Mar 02, 2020
  2. Nov 26, 2019
  3. Oct 25, 2019
    • Jakub Klinkovský's avatar
      Moved (most of) static methods from TNL::Devices::Cuda as free functions into... · 2d5176fb
      Jakub Klinkovský authored
      Moved (most of) static methods from TNL::Devices::Cuda as free functions into separate namespace TNL::Cuda
      
      The class TNL::Devices::Cuda was too bloated, breaking the Single
      Responsibility Principle. It should be used only for template
      specializations and other things common to all devices.
      
      The functions in MemoryHelpers.h are deprecated, smart pointers should
      be used instead.
      
      The functions in LaunchHelpers.h are temporary, more refactoring is
      needed with respect to execution policies and custom launch parameters.
      2d5176fb
  4. Oct 24, 2019
  5. Aug 07, 2019
  6. Apr 19, 2019
  7. Sep 29, 2018
  8. Sep 05, 2018
  9. Jun 25, 2017
  10. Jun 24, 2017
  11. Jun 21, 2017
  12. Apr 12, 2017
  13. Nov 29, 2016
  14. Sep 27, 2016
    • Jakub Klinkovský's avatar
      Fixed issues reported in compiler warnings · 58e7adde
      Jakub Klinkovský authored
      - base class with non-virtual destructor causes undefined behaviour
      - missing return statements at the end of non-void functions
      - missing const before char* function argument
      - reordered initialization of class members
      - misleading indentation after for statement
      - fixed use of uninitialized variables
      - fixed unsequenced modification and access to variables (the C++
        standard does not define the evaluation order of operands, so
        expressions with side-effects such as j++ cause undefined behaviour)
      58e7adde
  15. Aug 11, 2016
  16. Aug 10, 2016
  17. Aug 01, 2016
  18. Jul 27, 2016
  19. Jul 20, 2016
  20. Jul 19, 2016
  21. Jul 17, 2016
  22. Jul 16, 2016
  23. Mar 15, 2016
  24. Mar 06, 2016
  25. Mar 05, 2016
  26. Nov 06, 2015
  27. Jun 28, 2015
  28. May 03, 2015
  29. Apr 05, 2015
  30. Apr 01, 2015
  31. Jan 13, 2015
  32. Jan 04, 2015
Loading