Skip to content

Commit

Permalink
comment out OptimizeReusePlanForMultiStream
Browse files Browse the repository at this point in the history
  • Loading branch information
jslhcl committed Feb 15, 2023
1 parent 049ae80 commit 85ac6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/framework/allocation_planner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 85ac6f5

Please sign in to comment.