1. 10 Feb, 2026 1 commit
    • Evan Pretti's avatar
      GPU implementation of L-BFGS (#5198) · 4ab645ea
      Evan Pretti authored
      * Make reference/CPU minimizer into a kernel
      
      * Add per-platform support for GPU minimization
      
      * Initial implementation of GPU minimization
      
      * Fixes
      
      * Increase robustness when initial gradient is huge
      
      * Handle overflow leading to non-finite values gracefully
      
      * Handle large forces in single precision more robustly
      
      * Optimize kernels
      
      * Fix kernel launch size
      
      * Update banner years
      
      * Don't create MinimizeKernel until first minimization requested
      
      * Make some compile-time constants into kernel arguments
      
      * Consolidate scale calculation kernel
      
      * Condense alpha/beta reduction kernels using atomics
      
      * Condense line search dot kernels with reductions
      
      * Remove a download, and download grad norm separately
      
      * Asynchronously check lbfgs convergence condition
      
      * Restructure line search to avoid download waiting
      
      * Start line search preemptively in case CPU evaluation is not needed
      
      * In rare cases, constraint error might not decrease after one optimization round
      
      * Better handling of unsupported 64-bit atomics, use FLT_MAX
      
      * Pick gradient mode based on GPU vs. CPU evaluation
      
      * Rework getDiff/getScale reduction, remove reduceBuffer
      
      * Older CUDA might not like float hex literals
      
      * Fix error in a comment
      4ab645ea
  2. 12 Nov, 2025 1 commit
    • Peter Eastman's avatar
      Created PythonForce (#5122) · 2fbed592
      Peter Eastman authored
      * Initial implementation of PythonForce
      
      * Continuing implementation of PythonForce
      
      * Tests for PythonForce
      
      * Fix memory leaks
      
      * Documentation for PythonForce
      
      * Fixed incorrect return type
      
      * Fix compilation error on Python older than 3.12
      
      * Handle all dtypes
      
      * Optimizations to PythonForce
      
      * Optimized getPositions()
      
      * Test all platforms
      
      * Fix test failures
      2fbed592
  3. 23 Sep, 2025 1 commit
  4. 02 Feb, 2024 1 commit
  5. 08 Sep, 2022 1 commit
  6. 22 Mar, 2022 1 commit
  7. 01 Mar, 2022 1 commit
  8. 16 Sep, 2021 1 commit
  9. 21 Apr, 2020 1 commit
  10. 24 Oct, 2019 3 commits
  11. 03 Jul, 2017 1 commit
  12. 15 Jun, 2017 1 commit
  13. 14 Jun, 2017 1 commit
  14. 08 Jun, 2017 1 commit
  15. 24 May, 2017 1 commit
  16. 06 Mar, 2017 1 commit
  17. 06 Jan, 2017 1 commit
  18. 21 Sep, 2016 1 commit
  19. 06 Jul, 2016 1 commit
  20. 21 Apr, 2016 1 commit
  21. 15 Jan, 2016 1 commit
  22. 10 Sep, 2015 1 commit
  23. 06 Mar, 2015 1 commit
  24. 02 Dec, 2014 1 commit
  25. 14 Aug, 2014 1 commit
  26. 20 Apr, 2014 1 commit
  27. 28 Mar, 2014 2 commits
  28. 06 Jan, 2014 1 commit
  29. 04 Jan, 2014 1 commit
  30. 13 Dec, 2013 1 commit
  31. 01 Oct, 2013 1 commit
  32. 01 Aug, 2013 1 commit
  33. 15 Apr, 2013 1 commit
  34. 12 Jan, 2013 1 commit
  35. 16 Nov, 2012 1 commit
  36. 30 Oct, 2012 1 commit
  37. 25 Oct, 2012 1 commit