Skip to content
Snippets Groups Projects
  1. Apr 11, 2020
  2. Oct 25, 2019
    • Jakub Klinkovský's avatar
      Moved algorithms from TNL/Containers/Algorithms/ to just TNL/Algorithms/ · 399f9627
      Jakub Klinkovský authored
      The usage of algorithms such as MemoryOperations or Reduction is not
      bound to a particular container. On the other hand, ArrayIO,
      ArrayAssignment, VectorAssignment and StaticArrayAssignment are just
      implementation details for the containers - moved into
      TNL/Containers/detail/
      
      Also moved ParallelFor, StaticFor, StaticVectorFor, TemplateStaticFor
      into TNL/Algorithms/
      399f9627
  3. Oct 24, 2019
  4. Aug 03, 2019
  5. Jul 26, 2019
  6. Jul 16, 2019
  7. Jul 10, 2019
  8. Jun 18, 2019
  9. Jun 14, 2019
  10. Jan 25, 2019
  11. Dec 26, 2018
  12. Dec 12, 2018
  13. Oct 19, 2018
  14. Oct 17, 2018
  15. Oct 04, 2018
  16. Sep 07, 2018
  17. Sep 06, 2018
  18. Sep 02, 2018
  19. Aug 23, 2018
  20. Aug 22, 2018
  21. Aug 21, 2018
  22. Aug 14, 2018
  23. May 05, 2018
  24. Jan 19, 2018
  25. Jan 09, 2018
  26. Nov 06, 2017
  27. Sep 08, 2017
  28. Aug 04, 2017
    • Jakub Klinkovský's avatar
      Fixed compilation options for tests · 0708c30d
      Jakub Klinkovský authored
      Standard CMAKE_CXX_FLAGS are a space-delimited list, but our
      CXX_TESTS_FLAGS are manually passed to CUDA_ADD_EXECUTABLE, which
      expects a semicolon-delimited list. Blame cmake for such a crazy
      language...
      0708c30d
  29. Jul 14, 2017
  30. Jul 02, 2017
  31. Jun 25, 2017
  32. Jun 13, 2017
  33. Sep 11, 2016
Loading