"csrc/vscode:/vscode.git/clone" did not exist on "142fb7ce6c2739eda197624155374a711a88c01e"
- 05 Jun, 2025 1 commit
-
-
zhanggezhong authored
-
- 04 Jun, 2025 1 commit
-
-
zhanggezhong authored
-
- 30 May, 2025 1 commit
-
-
zhanggezhong authored
-
- 27 May, 2025 2 commits
- 14 Nov, 2023 1 commit
-
-
Raul authored
* Set C++17 for latest pytorch versions. Add flags for CUDA 12 and 11.8 * Update setup.py * remove import subprocess * more robust way to compare version --------- Co-authored-by:Jinze Xue <jinzexue@ufl.edu>
-
- 21 Mar, 2023 1 commit
-
-
kfir4444 authored
* Fixed: symeig deprication This causes: RuntimeError: This function was deprecated since version 1.9 and is now removed. Please use the `torch.linalg.eigh` function instead. * Fix: slow tensor creation This raises: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor.
-
- 22 Apr, 2022 1 commit
-
-
Ray Schireman authored
Co-authored-by:Raymond G Schireman <raymond.schireman@uvm.edu>
-
- 25 Mar, 2022 1 commit
-
-
Rocco Meli authored
-
- 25 Jan, 2022 1 commit
-
-
Gao, Xiang authored
-
- 21 Jan, 2022 1 commit
-
-
Gao, Xiang authored
* Fix cuaev build on CUDA 11.5 and latest torch * Update aev.cu Co-authored-by:Jinze (Richard) Xue <yueyericardo@gmail.com>
-
- 03 Nov, 2021 1 commit
-
-
Jinze (Richard) Xue authored
-
- 31 Oct, 2021 1 commit
-
-
Jinze (Richard) Xue authored
* Fix cub to 1.11.0 for cuda 10.2 * quick save * quick save
-
- 30 Oct, 2021 1 commit
-
-
Jinze (Richard) Xue authored
* Fix --cuaev-all-sms * expecttest * fix ci
-
- 19 Jul, 2021 2 commits
-
-
Jinze (Richard) Xue authored
* Fix AEV and CUAEV GPU Device Bug * format * apply review suggestion * apply review suggestion
-
Jinze (Richard) Xue authored
-
- 17 Apr, 2021 1 commit
-
-
Ignacio Pickering authored
* add a small test for 2x, which was completely missing from tests * remove unused code * flake8
-
- 15 Apr, 2021 1 commit
-
-
Jinze (Richard) Xue authored
-
- 14 Apr, 2021 2 commits
-
-
Jinze (Richard) Xue authored
* fix * rm
-
Jinze (Richard) Xue authored
* Wrap cub with CUB_NS_PREFIX and remove dependency on Thrust * update readme * format * Update install_cuda.sh Co-authored-by:Gao, Xiang <qasdfgtyuiop@gmail.com>
-
- 12 Mar, 2021 1 commit
-
-
Jinze Xue authored
-
- 11 Mar, 2021 1 commit
-
-
Jinze Xue authored
-
- 10 Mar, 2021 1 commit
-
-
Jinze Xue authored
* assume-unchanged * fix * fix cuda ci
-
- 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>
-
- 27 Feb, 2021 3 commits
-
-
Jinze Xue authored
-
Jinze Xue authored
* Update install_cuda.sh * Update install_cuda.sh * Update install_cuda.sh * update * update * update * update * update * update * update * update
-
Gao, Xiang authored
* save * Remove constant memory usage * Update torchani/cuaev/aev.cu Co-authored-by:
Jinze Xue <yueyericardo@gmail.com> * Update torchani/cuaev/aev.cu Co-authored-by:
Jinze Xue <yueyericardo@gmail.com> * Update torchani/cuaev/aev.cu Co-authored-by:
Jinze Xue <yueyericardo@gmail.com> * format Co-authored-by:
Jinze Xue <yueyericardo@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>
-
- 17 Feb, 2021 2 commits
-
-
Ignacio Pickering authored
* improve documentation and fix buggy behavior of shuffle() and cache() * remove warnings
-
Jinze Xue authored
-
- 31 Jan, 2021 2 commits
-
-
Jinze Xue authored
* Fast Build CUAEV * fix * --cuaev for fastbuild, --cuaev-all-sms for all * update readme * fix * fix * fix * fix
-
Jinze Xue authored
* fix * format * Update torchani/cuaev/aev.cu 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>
-
- 28 Jan, 2021 1 commit
-
-
Jinze Xue authored
-
- 11 Jan, 2021 1 commit
-
-
Janan Zhu authored
-
- 18 Dec, 2020 1 commit
-
-
Ignacio Pickering authored
-
- 17 Dec, 2020 1 commit
-
-
Ignacio Pickering authored
-
- 07 Dec, 2020 1 commit
-
-
zubatyuk authored
Co-authored-by:Gao, Xiang <qasdfgtyuiop@gmail.com>
-
- 27 Nov, 2020 1 commit
-
-
Gao, Xiang authored
* Update docs.yml * Update docs.yml * Update docs.yml * Update docs.yml * Update docs.yml * Update docs.yml * Apply suggestions from code review Co-authored-by:
Richard Xue <yueyericardo@gmail.com> Co-authored-by:
Richard Xue <yueyericardo@gmail.com>
-