1. 25 Jun, 2022 1 commit
  2. 18 May, 2022 1 commit
  3. 26 Apr, 2022 1 commit
  4. 25 Apr, 2022 2 commits
  5. 22 Apr, 2022 2 commits
  6. 20 Apr, 2022 1 commit
  7. 16 Apr, 2022 1 commit
  8. 02 Apr, 2022 1 commit
  9. 25 Mar, 2022 1 commit
  10. 22 Mar, 2022 1 commit
  11. 21 Mar, 2022 3 commits
  12. 12 Mar, 2022 1 commit
  13. 11 Mar, 2022 6 commits
  14. 09 Feb, 2022 1 commit
  15. 03 Feb, 2022 1 commit
    • Amit Aflalo's avatar
      mac arm64(m1) (#200) · d987d295
      Amit Aflalo authored
      * mac arm64(m1)
      
      * linting
      
      * # Compile for mac arm64
      
      * # Compile for mac arm64
      
      * removing .DS_Store
      d987d295
  16. 01 Feb, 2022 1 commit
    • Daniel Falbel's avatar
      Export symbols (#198) · 3bf43eb0
      Daniel Falbel authored
      * Mark exported symbols with `SPARSE_API` so they are available in the DLL on WIndows.
      
      * Export symbols by default in the Python library.
      
      * Sync headers with implementation.
      
      * Include the `SPARSE_API` macro.
      
      * Fix linting issue.
      3bf43eb0
  17. 30 Jan, 2022 1 commit
    • Daniel Falbel's avatar
      Add options to conditionally include Python (#196) · 8cc819d5
      Daniel Falbel authored
      * Add `WITH_PYTHON` to conditionally link to Python.
      
      * Only include `Python.h` when WITH_PYTHON is set.
      
      * Avoid including extensions.h as it includes Python.h.
      
      * Better way to include `getpid()`.
      
      * Define `WITH_PYTHON` when building with setup.py.
      
      * Only include Pyinit when building with Python.
      
      * Only include Pyinit when building with Python.
      8cc819d5
  18. 26 Jan, 2022 1 commit
    • Nick Stathas's avatar
      Skip unnecessary assertions and enable non-blocking data transfers (#195) · fe8c3ce3
      Nick Stathas authored
      * Uses the `trust_data` invariant to skip blocking assertions, when unnecessary, during construction of `SparseStorage` objects.
      * Refactors the dtype and device transfer APIs to align with `torch.Tensor` while maintaining backward compatibility.
      * No longer constructs dummy tensors when changing dtype or device.
      fe8c3ce3
  19. 14 Jan, 2022 1 commit
  20. 13 Nov, 2021 1 commit
  21. 22 Oct, 2021 3 commits
  22. 18 Oct, 2021 5 commits
  23. 17 Oct, 2021 1 commit
    • Feng Shi's avatar
      Update storage.py · c0805819
      Feng Shi authored
      BUG: when sparse_sizes is passed with (None, None), this causes an error
      c0805819
  24. 07 Oct, 2021 1 commit
  25. 20 Sep, 2021 1 commit