Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Nov 12, 2022
1 parent d8d9ac4 commit 140c783
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
Expand Up @@ -29,7 +29,7 @@ The key innovation of SparseTIR is *composability*:

Check out the [Documentation](https://sampl.cs.washington.edu/sparsetir/) site for installation instructions, tutorials, examples, and more. The [Blitz Introduction to SparseTIR](https://sampl.cs.washington.edu/sparsetir/tutorials/blitz.html) is a great place to get you familiar with SparseTIR's format annotations and compilation flow. You can check the tutorials on optimizing [SpMM](https://sampl.cs.washington.edu/sparsetir/tutorials/spmm.html) and [RGMS](https://sampl.cs.washington.edu/sparsetir/tutorials/rgcn.html) to understand how to use composable formats and composable transformations to optimize sparse operators.

This repo is still experimental and documentations are under construction, the API will not be stable and we will frequently refactor the codebase. However, we believe making it public will benefit researchers and engineers in this field. Feel free to create an issue if you run into any problems or have any suggestions on SparseTIR. We plan to contribute SparseTIR to Apache TVM project as an optional module, and we will keep maintaining this repo until the core functionalities have been upstreamed.
This repo is still experimental and documentations are under construction, the API will not be stable and we will frequently refactor the codebase. However, we believe making it public will benefit researchers and engineers in this field. Feel free to create an issue if you run into any problems or have any suggestions on SparseTIR. We plan to contribute SparseTIR to Apache TVM project as an optional module, and we will keep maintaining this repo until the core functionalities have been upstreamed. The codebase is mainly developed and maintained by [Ruihang Lai](https://github.com/MasterJH5574) and [Zihao Ye](https://github.com/yzh119/), some early commits are rebased and squashed when syncing with Apache TVM upstream.

Acknowledgement
---------------
Expand Down

0 comments on commit 140c783

Please sign in to comment.