From 85ac6f5284dfd22e65a2a3685a0c6743c955bf67 Mon Sep 17 00:00:00 2001 From: Lei Cao Date: Wed, 15 Feb 2023 14:40:06 -0800 Subject: [PATCH] comment out OptimizeReusePlanForMultiStream --- onnxruntime/core/framework/allocation_planner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/core/framework/allocation_planner.cc b/onnxruntime/core/framework/allocation_planner.cc index b43ac71ab9f85..9e5425a8f6607 100644 --- a/onnxruntime/core/framework/allocation_planner.cc +++ b/onnxruntime/core/framework/allocation_planner.cc @@ -1332,7 +1332,7 @@ class PlannerImpl { context_ = backup_context; #ifdef ORT_ENABLE_STREAM - ORT_RETURN_IF_ERROR(OptimizeReusePlanForMultiStream()); + //ORT_RETURN_IF_ERROR(OptimizeReusePlanForMultiStream()); #endif return Status::OK();