From e8880c5bcc6deafff5d2d50de7350efb21bfd2bb Mon Sep 17 00:00:00 2001 From: Jingyan Wang Date: Wed, 8 Jan 2025 18:02:05 +0000 Subject: [PATCH] perf test and EP updates --- .../core/providers/tensorrt/tensorrt_execution_provider.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc b/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc index baf79c972c..d59fadf747 100644 --- a/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc +++ b/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc @@ -3619,7 +3619,7 @@ Status TensorrtExecutionProvider::CreateNodeComputeInfoFromGraph(const GraphView if (engine_cache_enable_ && engine_hw_compatible_) { compute_capability_hw_compat = "80+"; } - LOGS_DEFAULT(VERBOSE) << "*#* static shape, bool dump_ep_context_model_=" << dump_ep_context_model_; + LOGS_DEFAULT(VERBOSE) << "*#* static shape, dump_ep_context_model_=" << dump_ep_context_model_; // Old Context model // std::unique_ptr model_proto{CreateCtxModel(graph_body_viewer, // ep_cache_context_attr_,