perf test and EP updates

This commit is contained in:
Jingyan Wang 2025-01-08 18:02:05 +00:00
parent bf7c0df5a0
commit e8880c5bcc

View file

@ -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<ONNX_NAMESPACE::ModelProto> model_proto{CreateCtxModel(graph_body_viewer,
// ep_cache_context_attr_,