Skip to content

Commit

Permalink
reset lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jslhcl committed Feb 22, 2024
1 parent 45747fd commit 16507c3
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 @@ -1343,7 +1343,7 @@ class PlannerImpl {
ort_value_usecount.reserve(ort_value_info_.size());
#endif
for (size_t i = 0; i < stream_nodes_.size(); ++i) {
// compute use count first. TODO(leca): call ComputeReuseCount() only once is enough
// compute use count first. TODO(leca): call ComputeReuseCount() only once is enough!
ORT_RETURN_IF_ERROR(ComputeReuseCount());
for (int j = 0; static_cast<size_t>(j) < ort_value_info_.size(); j++) Buffer(j) = j;
#if !defined(ORT_MINIMAL_BUILD) && defined(ORT_MEMORY_PROFILE)
Expand Down

0 comments on commit 16507c3

Please sign in to comment.