The GitHub Actions job "Lint" on tvm.git/tvm-contrib-support-migration has 
succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
d7d29e27169f4c444bd43325be86084eb47427a0 / tqchen <[email protected]>
[REFACTOR][DOCS] support.rst: drop duplicate automodule entry for 
tvm.support.libinfo

python/tvm/support/__init__.py imports the libinfo function via
`from .libinfo import libinfo`, so the tvm.support automodule block
with :imported-members: already causes sphinx to process the
tvm.support.libinfo module docstring. The explicit
`automodule:: tvm.support.libinfo` block then produces a duplicate
object description warning (treated as error in CI). Drop the
redundant block. The other sub-module blocks (cc, nvcc, rocm, etc.)
are NOT imported into __init__.py, so they are not duplicated.

Report URL: https://github.com/apache/tvm/actions/runs/26526346587

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to