1. 10 Jun, 2022 2 commits
  2. 09 Jun, 2022 1 commit
  3. 08 Jun, 2022 1 commit
  4. 03 Jun, 2022 1 commit
  5. 02 Jun, 2022 1 commit
  6. 01 Jun, 2022 1 commit
    • Xavier Hallade's avatar
      fix divergence in barriers (#3621) · 7af08783
      Xavier Hallade authored
      Without this fix, we see cases in which not all work-items in a thread group end up hitting the same number of barriers, which leads to a hang in OpenCL GPU execution.
      7af08783
  7. 31 May, 2022 1 commit
  8. 19 May, 2022 2 commits
  9. 18 May, 2022 1 commit
  10. 17 May, 2022 1 commit
  11. 11 May, 2022 1 commit
  12. 09 May, 2022 1 commit
  13. 04 May, 2022 2 commits
  14. 03 May, 2022 1 commit
  15. 23 Apr, 2022 1 commit
  16. 22 Apr, 2022 1 commit
  17. 17 Apr, 2022 1 commit
  18. 15 Apr, 2022 1 commit
  19. 14 Apr, 2022 1 commit
    • Peter Eastman's avatar
      Vectorized CpuCustomNonbondedForce (#3568) · c8981916
      Peter Eastman authored
      * Began vectorizing CustomNonbondedForce
      
      * Refactored CpuCustomNonbondedForce to support multiple vector sizes
      
      * AVX implementation of CpuCustomNonbondedForce
      
      * Fixed compilation errors
      c8981916
  20. 13 Apr, 2022 1 commit
  21. 11 Apr, 2022 1 commit
  22. 10 Apr, 2022 1 commit
    • Peter Eastman's avatar
      Vectorize custom expressions on CPU (#3552) · aafb8b5b
      Peter Eastman authored
      * Began implementing vectorization of Lepton expressions
      
      * Tests for vector expressions
      
      * Implemented CompiledVectorExpression for x86
      
      * Bug fix
      
      * Optimized select() on ARM
      
      * Optimized select() on x86
      
      * CompiledVectorExpression supports AVX
      
      * Bug fix
      
      * Updated docs
      
      * Use VEX encoded instructions for CompiledExpression
      
      * Optimized min() and max() on x86
      
      * Optimized min() and max() on ARM
      
      * Fixed compilation error
      
      * Upgrade AsmJit
      aafb8b5b
  23. 09 Apr, 2022 1 commit
  24. 08 Apr, 2022 3 commits
  25. 30 Mar, 2022 2 commits
  26. 28 Mar, 2022 1 commit
  27. 24 Mar, 2022 1 commit
  28. 22 Mar, 2022 2 commits
  29. 18 Mar, 2022 2 commits
  30. 17 Mar, 2022 1 commit
  31. 15 Mar, 2022 1 commit
  32. 14 Mar, 2022 1 commit