1. 06 Aug, 2022 1 commit
  2. 30 Jul, 2022 1 commit
  3. 28 Jul, 2022 1 commit
  4. 23 Jul, 2022 1 commit
  5. 16 Jul, 2022 2 commits
  6. 14 Jul, 2022 2 commits
  7. 13 Jul, 2022 1 commit
  8. 30 Jun, 2022 3 commits
  9. 25 Jun, 2022 1 commit
  10. 18 May, 2022 1 commit
  11. 26 Apr, 2022 1 commit
  12. 25 Apr, 2022 2 commits
  13. 22 Apr, 2022 2 commits
  14. 20 Apr, 2022 1 commit
  15. 16 Apr, 2022 1 commit
  16. 02 Apr, 2022 1 commit
  17. 25 Mar, 2022 1 commit
  18. 22 Mar, 2022 1 commit
  19. 21 Mar, 2022 3 commits
  20. 12 Mar, 2022 1 commit
  21. 11 Mar, 2022 6 commits
  22. 09 Feb, 2022 1 commit
  23. 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
  24. 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
  25. 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
  26. 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
  27. 14 Jan, 2022 1 commit