The GitHub Actions job "CI" on 
tvm-ffi.git/tvm-ffi-drop-test-empty-tensor-attributes-numpy-dlpack-export-changed-strides-for-empty-arrays
 has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
946ce777b60f1c382facd02165b578f1383d3767 / tqchen <[email protected]>
[DOC] Move tensor methods (ndim, numel, size, is_contiguous) under Tensor 
autosummary

PR #604 added ndim, numel, size, is_contiguous as methods/properties on
tvm_ffi.Tensor, but listed them as bare names in the top-level autosummary
block, causing sphinx to look for tvm_ffi.ndim etc. (which don't exist):

    docs/reference/python/index.rst:41: WARNING: autosummary: failed to import 
ndim.
    ... (same for numel, size, is_contiguous)

Fix: qualify the four entries as Tensor.ndim, Tensor.numel, Tensor.size,
Tensor.is_contiguous so that sphinx resolves them as tvm_ffi.Tensor.* under
the existing .. currentmodule:: tvm_ffi directive. No other changes.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/27029725775

With regards,
GitHub Actions via GitBox


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

Reply via email to