Skip to content

Releases: sparsexlab/torch-strumpack

v0.0.1.dev7

Choose a tag to compare

@github-actions github-actions released this 25 Jun 03:47
ci(wheels): drop Intel macOS (x86_64) — GitHub is retiring macos-13 r…

v0.0.1.dev6

Choose a tag to compare

@github-actions github-actions released this 26 Jun 02:32
ci(wheels): fix ROCm extension build — resolve roc::rocthrust importe…

v0.0.1.dev5

Choose a tag to compare

@github-actions github-actions released this 25 Jun 22:10
ci(wheels): fix ROCm extension build — resolve roc::rocthrust importe…

v0.0.1.dev4

Choose a tag to compare

@github-actions github-actions released this 25 Jun 20:24
0f1c256
Merge pull request #1 from sparsexlab/ci/github-release-wheels

Ci/GitHub release wheels

v0.0.1.dev3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 18:38
0f1c256
Merge pull request #1 from sparsexlab/ci/github-release-wheels

Ci/GitHub release wheels

v0.0.1.dev2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 17:03
0f1c256
Merge pull request #1 from sparsexlab/ci/github-release-wheels

Ci/GitHub release wheels

v0.0.1.dev0

v0.0.1.dev0 Pre-release
Pre-release

Choose a tag to compare

@walkerchi walkerchi released this 22 Jun 16:20

First dev release of torch-strumpack — a differentiable sparse direct solver for PyTorch, backed by STRUMPACK.

Self-contained manylinux_2_39 wheels (Python 3.12, x86_64), real STRUMPACK (no scipy fallback), GPU offload verified:

  • +cpu — CPU, no GPU runtime needed
  • +rocm7.2.4 — AMD ROCm (built gfx1100; needs a ROCm install)
  • +cuda12.0 — NVIDIA CUDA (sm_89; needs a CUDA install)

CPU deps (OpenBLAS/METIS/libgomp) are bundled; GPU runtimes are provided by the user.