"src/libtorchaudio/sox/utils.h" did not exist on "b33c539cfcf3e33af5060b08279aa69400a6314b"
  1. 27 Feb, 2021 1 commit
    • Jinze Xue's avatar
      CI cuda test speedup (#573) · 4d10aceb
      Jinze Xue authored
      * Update install_cuda.sh
      
      * Update install_cuda.sh
      
      * Update install_cuda.sh
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      4d10aceb
  2. 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
  3. 31 Jan, 2021 1 commit
    • Jinze Xue's avatar
      Fast Build CUAEV (#566) · 01d2318d
      Jinze Xue authored
      * Fast Build CUAEV
      
      * fix
      
      * --cuaev for fastbuild, --cuaev-all-sms for all
      
      * update readme
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      01d2318d
  4. 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
  5. 14 Nov, 2020 1 commit
  6. 11 Nov, 2020 3 commits
  7. 07 Nov, 2020 1 commit
    • Gao, Xiang's avatar
      Add dummy cuda extension build (#521) · db9573ce
      Gao, Xiang authored
      
      
      * Add dummy cuda extension build
      
      * save
      
      * run tests
      
      * save
      
      * fix
      
      * pytorch cu110
      
      * no vision
      
      * save
      
      * nl
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * save
      
      * autopep8
      
      * more autopep8
      
      * optional=True
      
      * no todo
      
      * fix
      
      * refactor ci
      
      * mypy
      
      * save
      
      * flake8
      
      * os error
      
      * Run cuaev test
      
      * save
      
      * clang format
      
      * Delete delete-me.cu
      
      * Search for cub in pytorch include paths
      
      * nl
      
      * instructions on test
      
      * Add better handle cuaev install/not install
      
      * test_cuaev.py
      
      * clean
      
      * fix
      Co-authored-by: default avatarFarhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
      db9573ce
  8. 17 Jun, 2020 1 commit
  9. 13 Nov, 2019 1 commit
  10. 06 Nov, 2019 1 commit
    • Gao, Xiang's avatar
      Change homepage url (#363) · be31e248
      Gao, Xiang authored
      * Change homepage url
      
      I forgot to change that when I move it from zasdfgbm/torchani to aiqm/torchani...
      
      * Update setup.py
      be31e248
  11. 23 Sep, 2019 1 commit
    • Gao, Xiang's avatar
      Move unittest check to GitHub Actions (#317) · c67ec7de
      Gao, Xiang authored
      * Move unittest check to GitHub Actions
      
      Tests are parallelized
      
      * Delete tests.yml
      
      * Update setup.py
      
      * Create test_requirements.txt
      
      * Update unittest.yml
      
      * Update unittest.yml
      
      * Update README.md
      
      * Delete install_dependencies.sh
      
      * Delete install_dependencies_python2.sh
      
      * Update unittest.yml
      c67ec7de
  12. 22 Aug, 2019 1 commit
    • Gao, Xiang's avatar
      Fix dependency in setup.py: `torch-nightly` has been renamed to `torch` (#295) · 47c96afe
      Gao, Xiang authored
      * Fix dependency in setup.py: `torch-nightly` has been renamed to `torch`
      
      `torch-nightly` has been renamed to `torch`
      
      * Update install_dependencies.sh
      
      * Update install_dependencies_python2.sh
      
      * Update deploy-docs.yml
      
      * Update docs.yml
      
      * Update tools.yml
      
      * Update setup.py
      
      * Update start.rst
      
      * Update runnable_submodules.yml
      
      * Update install_dependencies.sh
      
      * Update install_dependencies_python2.sh
      
      * Update start.rst
      
      * Update README.md
      
      * Update README.md
      47c96afe
  13. 20 Aug, 2019 1 commit
  14. 09 Aug, 2019 1 commit
  15. 17 May, 2019 1 commit
  16. 04 Mar, 2019 1 commit
  17. 12 Dec, 2018 1 commit
  18. 09 Dec, 2018 1 commit
  19. 30 Oct, 2018 3 commits
  20. 27 Oct, 2018 1 commit
  21. 28 Aug, 2018 1 commit
  22. 25 Aug, 2018 1 commit
  23. 21 Aug, 2018 1 commit
  24. 31 Jul, 2018 1 commit
  25. 29 Jul, 2018 1 commit
  26. 21 Jul, 2018 1 commit
  27. 20 Jul, 2018 1 commit