1. 30 Jan, 2021 1 commit
  2. 17 Nov, 2020 1 commit
    • 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