1. 21 Jul, 2025 5 commits
  2. 08 Jul, 2025 1 commit
    • Thorsten Kurth's avatar
      Tkurth/remove sparse coo tensor (#89) · bd92cdf7
      Thorsten Kurth authored
      * refactoring disco backend code
      
      * removed get_psi as member function and instead put it in _disco_convolution
      
      * setting seeds in tests more consistently
      
      * parametrized test classes to ensure that tests are always run on both CPU and GPU (if available)
      
      * cleaning up
      bd92cdf7
  3. 24 May, 2025 1 commit
  4. 26 Feb, 2025 1 commit
  5. 21 Feb, 2025 1 commit
  6. 20 Sep, 2024 1 commit
    • Boris Bonev's avatar
      Bbonev/gradient test fix (#53) · 4fea88bf
      Boris Bonev authored
      * added analytic gradients to the gradient_analysis notebook
      
      * fixing sht unittest to not check the roundtrip gradient but sht and isht individually
      
      * Updated changelog
      4fea88bf
  7. 20 Dec, 2023 1 commit
    • Boris Bonev's avatar
      Bbonev/disco refactor (#27) · 942aa4ea
      Boris Bonev authored
      * Moved convolutions and exposed them directly
      
      * Added transposition to the unit test
      
      * Minor bugfix in CPU version of DISCO transpose code
      
      * Adding convolution tests to CI
      
      * Added gradient check
      
      * Checking the weight grad as well
      
      * Added test for anisotropic kernels
      942aa4ea
  8. 14 Dec, 2023 1 commit
    • Boris Bonev's avatar
      Bbonev/discrete continuous convolutions (#25) · a0227d4c
      Boris Bonev authored
      
      
      * Fixing the precomputation of the Psi matrix
      
      * moving tests to a parent folder
      
      * removing tqdm
      
      * deleting deprecated distributed tests
      
      * Moving distributed test
      
      * adapting workfolow
      
      * Added some more comments to make the code more understandable
      
      * more detailed explanation for the derivation of the rotation angles
      
      * added another comment
      
      ---------
      Co-authored-by: default avatarThorsten Kurth <tkurth@nvidia.com>
      a0227d4c
  9. 23 Oct, 2023 1 commit
    • Boris Bonev's avatar
      Bbonev/readability improvements (#13) · acd53a97
      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
      acd53a97
  10. 06 Sep, 2023 1 commit
    • Boris Bonev's avatar
      Bbonev/gradcheck (#9) · cec07d7a
      Boris Bonev authored
      * Added gradient check to test suite
      * reduced size of the unit test
      * switched to parametrized for unittests
      cec07d7a
  11. 09 Jun, 2023 1 commit
  12. 17 Feb, 2023 1 commit