tlopex opened a new pull request, #19707: URL: https://github.com/apache/tvm/pull/19707
This fixes C codegen / export_library tests when running from an installed wheel layout. Previously, `tvm.libinfo.find_include_path()` assumed a source-tree layout and tried to find headers under paths such as: - `include` - `3rdparty/tvm-ffi/include` - `3rdparty/tvm-ffi/3rdparty/dlpack/include` That works from a checkout, but not from a wheel install, where TVM and TVM FFI headers live under package include directories instead. As a result, wheel tests that compile C host code could fail before compilation with missing source-tree include paths. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
