Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibylau committed May 9, 2024
1 parent 0835b8c commit d309724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# UniSparse: An Intermediate Language for General Sparse Format Customization
[![DOI](https://zenodo.org/badge/452907292.svg)](https://zenodo.org/doi/10.5281/zenodo.10464499)
![GitHub](https://img.shields.io/github/license/cornell-zhang/unisparse)
![GitHub Actions](https://github.com/cornell-zhang/UniSparse/actions/workflows/github-actions-build-test.yml/badge.svg?branch=main)
[![GitHub Actions](https://github.com/cornell-zhang/UniSparse/actions/workflows/github-actions-build-test.yml/badge.svg?branch=main)](https://github.com/cornell-zhang/UniSparse/actions/workflows/github-actions-build-test.yml)

UniSparse is an intermediate language and compiler that provides a unified abstraction for representing and customizing sparse formats. Compared to prior sparse linear algebra compilers, UniSparse decouples the logical representation of the sparse tensor (i.e., the data structure) from its low-level memory layout, enabling the customization of both. UniSparse improves over current programming models that only provide limited support for customized sparse formats.

Expand Down

0 comments on commit d309724

Please sign in to comment.