Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Nov 17, 2022
1 parent 7ec3bca commit f170bc5
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 7 deletions.
36 changes: 36 additions & 0 deletions docs/api/python/tvm.sparse.rst
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
4 changes: 4 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Frequently Asked Questions
==========================

Under construction.
16 changes: 11 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,17 @@ SparseTIR is a tensor-level compiler for sparse/irregular operators in Deep Lear
:maxdepth: 1
:caption: System Overview

motivation.rst
overview.rst

API doc
==================
.. toctree::
:maxdepth: 1
:caption: Misc

faq.rst

.. toctree::
:maxdepth: 1
:caption: API Reference

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
api/python/tvm.sparse
4 changes: 4 additions & 0 deletions docs/motivation.rst
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
1 change: 0 additions & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
System Overview
===============

Under construction
1 change: 0 additions & 1 deletion docs/tutorials/blitz.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
The Blitz Course to SparseTIR
=============================

Under construction.

0 comments on commit f170bc5

Please sign in to comment.