"tests/TestCustomExternalForce.h" did not exist on "31d0d857bfeee96e458fa53a99ef17718467802a"
  1. 01 Jun, 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. 23 Mar, 2020 1 commit
    • Alex Henrie's avatar
      Remove unused variables (#2605) · a752d258
      Alex Henrie authored
      * Remove unused variable from CpuCustomGBForce::calculateIxn
      
      * Remove unused variable from CpuCalcCustomManyParticleForceKernel::initialize
      
      * Remove unused variable from CudaCalcCustomCVForceKernel::initialize
      
      * Remove unused variable from ReferenceCalcCustomManyParticleForceKernel::initialize
      
      * Remove unused variables from ReferenceObc::computeBornEnergyForces
      
      * Remove unused variable from AmoebaTorsionTorsionForceProxy::serialize
      a752d258
  4. 21 Feb, 2020 1 commit
  5. 14 Feb, 2020 1 commit
  6. 04 Feb, 2020 1 commit
  7. 28 Jan, 2020 1 commit
  8. 21 Oct, 2019 1 commit
  9. 11 Sep, 2019 1 commit
  10. 24 Jun, 2019 1 commit
  11. 30 Nov, 2018 1 commit
  12. 10 Oct, 2018 1 commit
  13. 23 Sep, 2018 1 commit
  14. 03 Jul, 2018 1 commit
  15. 25 Jun, 2018 1 commit
  16. 21 Jun, 2018 1 commit
  17. 30 May, 2018 1 commit
  18. 28 Jun, 2017 1 commit
  19. 03 May, 2017 1 commit
  20. 03 Mar, 2017 1 commit
  21. 15 Feb, 2017 1 commit
  22. 19 Jan, 2017 1 commit
  23. 13 Jan, 2017 1 commit
  24. 19 Dec, 2016 3 commits
  25. 01 Dec, 2016 1 commit
  26. 18 Nov, 2016 3 commits
  27. 10 Aug, 2016 1 commit
  28. 13 Jul, 2016 1 commit
  29. 07 Jul, 2016 1 commit
  30. 06 Jul, 2016 1 commit
  31. 06 May, 2016 1 commit
  32. 05 May, 2016 1 commit
  33. 03 May, 2016 2 commits
  34. 02 May, 2016 1 commit
  35. 12 Apr, 2016 1 commit