Skip to content

[Docs] Add API reference for tvm.s_tir submodules: dlight, meta_schedule, backend#19369

Merged
MasterJH5574 merged 2 commits intoapache:mainfrom
tlopex:doc167
Apr 9, 2026
Merged

[Docs] Add API reference for tvm.s_tir submodules: dlight, meta_schedule, backend#19369
MasterJH5574 merged 2 commits intoapache:mainfrom
tlopex:doc167

Conversation

@tlopex
Copy link
Copy Markdown
Member

@tlopex tlopex commented Apr 8, 2026

as per title

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request expands the Python API documentation for the meta_schedule and dlight modules and introduces a new documentation file for the backend module. Review feedback identifies redundant sub-headings that duplicate page titles and recommends adding missing :noindex: directives to several submodules in the new backend documentation to prevent duplicate indexing.

Comment thread docs/reference/api/python/meta_schedule.rst
Comment thread docs/reference/api/python/s_tir/backend.rst
Comment thread docs/reference/api/python/s_tir/backend.rst
Comment on lines +35 to +36
.. automodule:: tvm.s_tir.backend.adreno.pipeline
:members:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Missing :noindex: directive. This submodule's members are likely already indexed via the parent module's :imported-members: directive.

Suggested change
.. automodule:: tvm.s_tir.backend.adreno.pipeline
:members:
.. automodule:: tvm.s_tir.backend.adreno.pipeline
:members:
:noindex:

Comment thread docs/reference/api/python/s_tir/backend.rst
Comment thread docs/reference/api/python/s_tir/dlight.rst
Copy link
Copy Markdown
Contributor

@MasterJH5574 MasterJH5574 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@MasterJH5574 MasterJH5574 merged commit 7dcdb56 into apache:main Apr 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants