trevor-m commented on pull request #8131: URL: https://github.com/apache/tvm/pull/8131#issuecomment-848242617
Thanks @akmaru Were you able to test the runtime with this change in place? I think we also need to edit the input signature for the pad converter otherwise there will be a runtime error. https://github.com/apache/tvm/blob/main/src/runtime/contrib/tensorrt/tensorrt_ops.cc#L1060 Should now be `{kTensor, kWeight}` instead of `{kTensor}` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
