tlopex opened a new pull request, #19998: URL: https://github.com/apache/tvm/pull/19998
Fixes #19887. This PR fixes several gaps in the Relax TensorRT BYOC pipeline exposed by YOLO-style models. The reported failures occurred at three different stages: - `relax.permute_dims` and `relax.image.resize2d` were not offloaded consistently because TensorRT composite naming and runtime converter coverage were incomplete. - `MergeCompositeFunctions` could incorrectly merge branches involving `split` and `TupleGetItem`, resulting in a cyclic group dependency. - ONNX `Range` conversion could pass a `PrimType` directly to `relax.arange`, while its FFI expects a `DataType`. -- 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]
