Skip to content

Commit 956412b

Browse files
committed
Fix build error
1 parent 577acce commit 956412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/partitioning_utils.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ std::vector<std::vector<const Node*>> CreateSupportedPartitionNodeGroups(
169169
}
170170
};
171171

172-
int nodes_processed = 0;
172+
size_t nodes_processed = 0;
173173

174174
while (!nodes_to_process.empty() || !nodes_to_process_with_next_group.empty()) {
175175
if (nodes_to_process.empty()) {

0 commit comments

Comments
 (0)