Pith. sign in

REVIEW 1 cited by

Compressing Structured Tensor Algebra

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2407.13726 v1 pith:JKD7F6VS submitted 2024-07-18 cs.PL cs.LGcs.MS

classification cs.PLcs.LGcs.MS
keywords tensoralgebradatacodecompilerdastacfootprintgeneration
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Tensor algebra is a crucial component for data-intensive workloads such as machine learning and scientific computing. As the complexity of data grows, scientists often encounter a dilemma between the highly specialized dense tensor algebra and efficient structure-aware algorithms provided by sparse tensor algebra. In this paper, we introduce DASTAC, a framework to propagate the tensors's captured high-level structure down to low-level code generation by incorporating techniques such as automatic data layout compression, polyhedral analysis, and affine code generation. Our methodology reduces memory footprint by automatically detecting the best data layout, heavily benefits from polyhedral optimizations, leverages further optimizations, and enables parallelization through MLIR. Through extensive experimentation, we show that DASTAC achieves 1 to 2 orders of magnitude speedup over TACO, a state-of-the-art sparse tensor compiler, and StructTensor, a state-of-the-art structured tensor algebra compiler, with a significantly lower memory footprint.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. A Novel Compiler Transformation for Fast Sparse Matrix Multiplication in GPUs

    cs.PL 2025-06 conditional novelty 6.0 of 10

    Enumerate-and-sparse-coarsen, a source-to-source GPU compiler transformation for sparse matrix-dense matrix multiplication, reports 1.4-2.3x speedups over cuBLAS and cuSPARSE on A100 for DLMC matrices, with the exact ...

Pith tools