- 02 Dec, 2023 1 commit
-
-
Boris Bonev authored
* Adding prototype implementation of disco convolutions * adding s2convolutions.py * Somewhat functional first implementation in Triton * Somewhat functional first implementation in Triton * Made batched execution work on GPU and refactored precomputation of kernel values and supports. * Adding the Lobatto grid to the grid selection method in quadrature * fixing bug in triton kernel when iterating over non-zeros * Updating with working custom triton implementation of DISCO convolution * Merged both forward and backward DISCO contraction into a single kernel * Some cleanup and minor bugfix * bugfixes to the reference implementation * adding weights to s2conv * removing unnecessary imports * suggestion for torch harmonics, math should be checked thoroughly * Intermediate working reference implementation for the transpose DISCO convolution. Fixed normalization of kernels * adjusting cutoff frequency in disco convolution * fixing transpose DISCO contraction * moving triton to install_requires --------- Co-authored-by:Thorsten Kurth <tkurth@nvidia.com>
-
- 13 Nov, 2023 1 commit
-
-
Boris Bonev authored
Major Cleanup of SFNO. Retiring non-linear architecture and fixing initialization. Adding scripts for training and validation.
-
- 23 Oct, 2023 1 commit
-
-
Boris Bonev authored
* Updated Changelog * improved readability of legendre.py * bugfix in computation of dlegpoly * Moving conversion from numpy to torch from the legendre module to the sht module * renaming to vdm in tests.py
-
- 18 Oct, 2023 1 commit
-
-
Thorsten Kurth authored
* fixing contig in distributed sht * make it normally contiguous before all to all * commented the code to be a WAR
-
- 04 Oct, 2023 1 commit
-
-
Boris Bonev authored
* reworked SFNO example * updated changelog
-
- 06 Sep, 2023 1 commit
-
-
Boris Bonev authored
* Added gradient check to test suite * reduced size of the unit test * switched to parametrized for unittests
-
- 08 Aug, 2023 3 commits
-
-
Srikumar Sastry authored
-
Boris Bonev authored
-
Boris Bonev authored
-
- 02 Aug, 2023 2 commits
-
-
Thorsten Kurth authored
-
Thorsten Kurth authored
-
- 26 Jul, 2023 1 commit
-
-
Mogab Elleithy authored
Without this fix, importing torch_harmonics had run into a module import error when trying to execute: ```import examples```
-
- 09 Jun, 2023 2 commits
-
-
Boris Bonev authored
-
Boris Bonev authored
-
- 08 Jun, 2023 4 commits
-
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Jean Kossaifi authored
Don't import sfno by default (or try/except importing apex)
-
- 07 Jun, 2023 2 commits
-
-
Boris Bonev authored
-
Boris Bonev authored
-
- 26 Apr, 2023 1 commit
-
-
Boris Bonev authored
-
- 17 Feb, 2023 1 commit
-
-
Boris Bonev authored
-