The GitHub Actions job "CI" on tvm.git/fix-nn-sourcemodule-wheel-includes has 
failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
2d2f88c4ed9d58525aa972a760b471fbebf46b77 / tlopex <[email protected]>
[Relax][Frontend][NN] Fix SourceModule include paths for installed wheels

`SourceModule.get_includes()` hardcoded `tvm_home()/3rdparty/tvm-ffi/...`
paths that only exist in a source checkout. In a wheel the tvm-ffi/DLPack
headers ship in the separate `tvm_ffi` package, so the existence assert
failed and `nn.SourceModule` could not compile extern sources.

Resolve includes via libinfo (`libinfo.find_include_path()`,
`tvm_ffi.libinfo.find_include_path()`, `find_dlpack_include_path()`),
matching `runtime/module.py` and `rpc/minrpc.py`.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to