1. 18 May, 2020 1 commit
  2. 30 Apr, 2020 1 commit
    • dwtowner's avatar
      [WIP] CPU: Refactored code to be generic across vector CPU platforms. (#2661) · 91952b51
      dwtowner authored
      * CPU: Refactored code to be generic across vector CPU platforms.
      
      Ewald and non-Ewald interactions now share a common code base, templated on
      their interaction type.
      
      The vec4 and vec8 implementations have been replaced by a single generic implementation
      class which is templated on SIMD type. Currently works for SIMD4 and SIMD8 types, but
      can be extended in future to support other types (e.g., AVX-512).
      
      Modified runtime CPU support to lay groundwork for future SIMD types.
      
      Pulled out some vector utility functions (gather pair, reduce),
      and refactored the AVX CPU code to make use of them.
      
      * CPU: Fixed coding standards and incorrect header include.
      
      * CPU: Fixed code review comments from PR #2661
      
      * CPU: Fixed CI build issues.
      
      * CPU: Further CI fixes.
      
      * CPU: Fix for unit test failure on MacOS.
      
      Reverted optimised code to go back to a version which is thought to work
      on MacOS. The optimisation will be ...
      91952b51
  3. 21 Feb, 2020 1 commit
  4. 14 Feb, 2020 1 commit
  5. 04 Feb, 2020 1 commit
  6. 21 Oct, 2019 1 commit
  7. 30 Nov, 2018 1 commit
  8. 25 Jul, 2018 1 commit
  9. 03 Jul, 2018 1 commit
  10. 25 Jun, 2018 1 commit
  11. 21 Jun, 2018 1 commit
  12. 30 May, 2018 1 commit
  13. 28 Jun, 2017 1 commit
  14. 03 May, 2017 1 commit
  15. 15 Feb, 2017 1 commit
  16. 13 Jan, 2017 1 commit
  17. 19 Dec, 2016 3 commits
  18. 01 Dec, 2016 1 commit
  19. 18 Nov, 2016 3 commits
  20. 15 Aug, 2016 1 commit
  21. 11 Aug, 2016 1 commit
  22. 10 Aug, 2016 1 commit
  23. 09 Aug, 2016 1 commit
  24. 13 Jul, 2016 1 commit
  25. 07 Jul, 2016 1 commit
  26. 06 Jul, 2016 1 commit
  27. 06 May, 2016 1 commit
  28. 05 May, 2016 1 commit
  29. 03 May, 2016 1 commit
  30. 02 May, 2016 1 commit
  31. 21 Apr, 2016 1 commit
  32. 12 Apr, 2016 1 commit
  33. 28 Sep, 2015 1 commit
  34. 24 Sep, 2015 1 commit
  35. 03 Sep, 2015 1 commit
  36. 16 Jul, 2015 1 commit