- 22 Apr, 2022 1 commit
-
-
Ray Schireman authored
Co-authored-by:Raymond G Schireman <raymond.schireman@uvm.edu>
-
- 03 Nov, 2021 1 commit
-
-
Jinze (Richard) Xue authored
-
- 19 Jul, 2021 1 commit
-
-
Jinze (Richard) Xue authored
* Fix AEV and CUAEV GPU Device Bug * format * apply review suggestion * apply review suggestion
-
- 04 Mar, 2021 1 commit
-
-
Jinze Xue authored
* init * separate to h cpp cu files * works * fix * clean * update * fix * only keep one copy of Result * const result& * move declaration to header * fix jit * clean * fix * fix jit * fix ci test * clean * revert to autograd in charge of it's result * update * fix memory issue of result.aev_t * Update torchani/cuaev/aev.h Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com> * Update torchani/cuaev/aev.h Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com> * Update torchani/cuaev/aev.h Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com> * save * Update torchani/cuaev/aev.h Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com> * update * Update torchani/cuaev/cuaev.cpp Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com> * Update torchani/cuaev/cuaev.cpp Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com> * Update torchani/cuaev/aev.h Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com> * remove aev_t after forward * remove release function * fix * fix jit * update Co-authored-by:
Gao, Xiang <qasdfgtyuiop@gmail.com>
-
- 26 Feb, 2021 1 commit
-
-
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:Gao, Xiang <qasdfgtyuiop@gmail.com>
-
- 30 Jan, 2021 2 commits
-
-
Jinze Xue authored
* update * rm * update * update * update * ase test atolerent
-
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:Gao, Xiang <qasdfgtyuiop@gmail.com>
-
- 27 Nov, 2020 1 commit
-
-
Richard Xue authored
-
- 17 Nov, 2020 1 commit
-
-
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:
richard <yueyericardo@gmail.com> Co-authored-by:
Xiang Gao <qasdfgtyuiop@gmail.com>
-
- 14 Nov, 2020 1 commit
-
-
Gao, Xiang authored
* More about cuaev * Update setup.py * save * clang-format
-
- 13 Nov, 2020 1 commit
-
-
Gao, Xiang authored
* Use PyTorch's TestCase to compare tensor * save * save * save * save * save * save * save * save * save * Update test_energies.py * Update test_ase.py * save * flake8
-
- 11 Nov, 2020 1 commit
-
-
Gao, Xiang authored
* Make CUDA extension TorchScript compatible * save * save * fix * save * save * save * save * Update install_dependencies.sh * trigger ci * save * fix * save * save * save * save * try * fix * revert * save * save * mypy
-
- 07 Nov, 2020 1 commit
-
-
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:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-