LICENSE
MANIFEST.in
README.md
TODO.md
pyproject.toml
setup.py
torch_sla/__init__.py
torch_sla/batch_solve.py
torch_sla/benchmark.py
torch_sla/det.py
torch_sla/io.py
torch_sla/linear_solve.py
torch_sla/nonlinear_solve.py
torch_sla/partition.py
torch_sla/presets.py
torch_sla/solve.py
torch_sla/solver_cache.py
torch_sla/backends/__init__.py
torch_sla/backends/amgx_backend.py
torch_sla/backends/nvmath_backend.py
torch_sla/backends/pyamg_backend.py
torch_sla/backends/pytorch_backend.py
torch_sla/backends/scipy_backend.py
torch_sla/backends/strumpack_backend.py
torch_sla/backends/torch_spsolve_backend.py
torch_sla/datasets/__init__.py
torch_sla/datasets/_benchmarks.py
torch_sla/datasets/problems.py
torch_sla/datasets/sparse_problem.py
torch_sla/datasets/suitesparse.py
torch_sla/distributed/__init__.py
torch_sla/distributed/collectives.py
torch_sla/distributed/core.py
torch_sla/distributed/eigsh.py
torch_sla/distributed/graph.py
torch_sla/distributed/matvec.py
torch_sla/distributed/solve.py
torch_sla/sparse_tensor/__init__.py
torch_sla/sparse_tensor/autograd.py
torch_sla/sparse_tensor/convert.py
torch_sla/sparse_tensor/core.py
torch_sla/sparse_tensor/graph.py
torch_sla/sparse_tensor/linalg.py
torch_sla/sparse_tensor/list.py
torch_sla/sparse_tensor/matmul.py
torch_sla/sparse_tensor/ops.py
torch_sla/sparse_tensor/reductions.py
torch_sla/sparse_tensor/structural.py
torch_sla/sparse_tensor/utils.py
torch_sla/sparse_tensor/viz.py