LICENSE
MANIFEST.in
README.md
TODO.md
pyproject.toml
setup.py
csrc/cudss/cudss_spsolve.cu
csrc/cusolver/cusolver_spsolve.cu
csrc/spsolve/spsolve.cpp
tests/test_batch_solve.py
tests/test_distributed.py
tests/test_distributed_matvec.py
tests/test_distributed_multiprocess.py
tests/test_distributed_solve.py
tests/test_io.py
tests/test_io_distributed.py
tests/test_matvec_multiprocess.py
tests/test_real_distributed.py
tests/test_sparse_tensor.py
tests/test_spsolve.py
torch_sla/__init__.py
torch_sla/batch_solve.py
torch_sla/distributed.py
torch_sla/io.py
torch_sla/linear_solve.py
torch_sla/nonlinear_solve.py
torch_sla/sparse_tensor.py
torch_sla/backends/__init__.py
torch_sla/backends/pytorch_backend.py
torch_sla/backends/scipy_backend.py