-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
55 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _apidata | ||
tvm.sparse | ||
========== | ||
|
||
.. currentmodule:: tvm.sparse | ||
.. automodule:: tvm.sparse | ||
|
||
Program transformations | ||
--------------------------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../../generated | ||
|
||
lower_sparse_iter | ||
lower_sparse_buffer | ||
format_decompose | ||
specialize_buffer | ||
|
||
Composable Format Description | ||
--------------------------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../../generated | ||
|
||
FormatRewriteRule | ||
|
||
Format Conversion Routines | ||
--------------------------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../../generated | ||
|
||
condense | ||
column_part_hyb | ||
csf_to_ell3d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Frequently Asked Questions | ||
========================== | ||
|
||
Under construction. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Why creating another compiler abstraction for Sparse Tensor Algebra | ||
=================================================================== | ||
|
||
Under construction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
System Overview | ||
=============== | ||
|
||
Under construction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
The Blitz Course to SparseTIR | ||
============================= | ||
|
||
Under construction. |