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();