1. 21 Jan, 2022 1 commit
  2. 03 Nov, 2021 1 commit
  3. 31 Oct, 2021 1 commit
  4. 30 Oct, 2021 1 commit
  5. 19 Jul, 2021 2 commits
  6. 17 Apr, 2021 1 commit
  7. 15 Apr, 2021 1 commit
  8. 14 Apr, 2021 2 commits
  9. 12 Mar, 2021 1 commit
  10. 11 Mar, 2021 1 commit
  11. 10 Mar, 2021 1 commit
  12. 04 Mar, 2021 1 commit
  13. 27 Feb, 2021 3 commits
  14. 26 Feb, 2021 1 commit
    • Jinze Xue's avatar
      CUAEV double backward for force training (#571) · 813f6e61
      Jinze Xue authored
      
      
      * init
      
      * init
      
      * double backward test
      
      * fix doublebackward test
      
      * add another test
      
      * rm gaev
      
      * radial done
      
      * angular init
      
      * angular done
      
      * update
      
      * force training benchmark
      
      * format
      
      * update
      
      * benchmark
      
      * update
      
      * update
      
      * clean redundancy codes
      
      * update
      
      * adapt review request
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix
      
      * fix
      
      * cuAngularAEVs code deduplicate
      
      * pairwise double backward
      
      * cuRadialAEVs dedup
      
      * pairwiseDistance dedup
      
      * format
      
      * readme build notes
      
      * save
      
      * update
      
      * save
      
      * save
      
      * update
      
      * fix
      
      * save
      
      * add equations on comments
      Co-authored-by: default avatarGao, Xiang <qasdfgtyuiop@gmail.com>
      813f6e61
  15. 17 Feb, 2021 2 commits
  16. 31 Jan, 2021 2 commits
  17. 30 Jan, 2021 2 commits
    • Jinze Xue's avatar
      cuaev benchmark file (#564) · 910cca89
      Jinze Xue authored
      * update
      
      * rm
      
      * update
      
      * update
      
      * update
      
      * ase test atolerent
      910cca89
    • Jinze Xue's avatar
      CUAEV backward (#554) · 23c9816c
      Jinze Xue authored
      
      
      * preparation
      
      * radial preparation 30%
      
      * radial backward kernel done
      
      * reuse Gmr (exp part) result for gradient
      
      * radial kernel every block run by column major, to avoid atomicAdd waiting
      
      * apply code review
      
      * static_cast
      
      * implicit cast
      
      * format
      
      * angular preparation
      
      * angular backward works, but slow, AtomicAdd should be avoided
      
      * angular opti: use share memory to avoid AtomicAdd
      
      * format
      
      * equation optimization
      
      * remove unnecessary shared mem for atomi
      
      * remove a lot (warpsize * nbr) unnecessary shared mem for atomj
      
      * format
      
      * update
      
      * clean
      
      * fix
      
      * fix
      
      * test file
      
      * fix
      Co-authored-by: default avatarGao, Xiang <qasdfgtyuiop@gmail.com>
      23c9816c
  18. 28 Jan, 2021 1 commit
  19. 11 Jan, 2021 1 commit
  20. 18 Dec, 2020 1 commit
  21. 17 Dec, 2020 1 commit
  22. 07 Dec, 2020 1 commit
  23. 27 Nov, 2020 2 commits
  24. 24 Nov, 2020 1 commit
  25. 21 Nov, 2020 1 commit
  26. 19 Nov, 2020 1 commit
  27. 17 Nov, 2020 2 commits
    • akkamesh's avatar
      CUDA port for AEV computation (#516) · 656aa037
      akkamesh authored
      
      
      * cuda port for aev computation
      
      * benchmark, setup and import
      
      * fix bug
      
      * fix flake8 and jit
      
      * fix collections.abc for python>3.7
      
      * setup gitingore
      
      * format code with formatter
      
      * ignore more
      
      * Use torch API to set streams
      
      * Use pytorch's caching allocator
      
      * empty line
      
      * fix
      
      * cuaev correntness testr, instruction of install on readme
      
      * readme
      
      * fix readme
      
      * fix readme
      
      * fix readme
      
      * fix readme
      
      * add usage in readme
      
      * fix readme
      
      * add test in readme
      
      * fix readme
      
      * -std=c++14
      
      * bug fix - add async data copy
      
      * bug fix - add missing stream sync
      
      * code refactor and cosmetic changes
      
      * aev benchmark for big protein
      
      * remove mdtraj
      
      * remove print
      
      * move pdb to dataset folder
      
      * cosmetic changes
      
      * Move torchani/extensions -> torchani/cuaev
      
      * clang-format -i
      
      * cleanup
      
      * return aev from cuComputeAEV
      
      * Update aev.py
      
      * Update aev.py
      
      * fix flake8
      
      * fix LGTM unused local variable
      
      * clang-format
      
      * fix
      
      * save
      
      * install change
      Co-authored-by: default avatarrichard <yueyericardo@gmail.com>
      Co-authored-by: default avatarXiang Gao <qasdfgtyuiop@gmail.com>
      656aa037
    • Ignacio Pickering's avatar
  28. 14 Nov, 2020 1 commit
  29. 13 Nov, 2020 3 commits