Skip to content
Snippets Groups Projects
  1. Apr 16, 2020
  2. 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
  3. Aug 10, 2019
  4. Aug 08, 2019
  5. Jul 04, 2019
  6. Apr 19, 2019
  7. Apr 11, 2019
  8. Mar 30, 2019
  9. Feb 14, 2019
  10. Jan 25, 2019
  11. Dec 21, 2018
  12. Nov 21, 2018
  13. Sep 27, 2018
  14. Sep 16, 2018
  15. Sep 13, 2018
  16. Sep 12, 2018
  17. Sep 11, 2018
  18. Sep 06, 2018
Loading