1. 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
  2. 29 Apr, 2020 2 commits
  3. 27 Apr, 2020 1 commit
  4. 26 Apr, 2020 4 commits
  5. 25 Apr, 2020 1 commit
  6. 24 Apr, 2020 22 commits
  7. 23 Apr, 2020 9 commits