lsy643 commented on a change in pull request #7162:
URL: https://github.com/apache/tvm/pull/7162#discussion_r567527577
##########
File path: src/runtime/contrib/tensorrt/tensorrt_builder.cc
##########
@@ -185,6 +185,17 @@ TensorRTEngineAndContext TensorRTBuilder::BuildEngine() {
return {engine, context, network_input_names_, network_output_names_,
device_buffers};
}
+void TensorRTBuilder::CreateDeviceBuffers(TensorRTEngineAndContext*
engine_and_context) {
Review comment:
CreateDeviceBuffers is used in BuildEngine
----------------------------------------------------------------
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]