Skip to content

Commit 4cc3143

Browse files
authored
fix: Update new info name
1 parent ffb20e4 commit 4cc3143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ torch::jit::Module CompileGraph(const torch::jit::Module& mod, CompileSpec cfg)
442442
auto outputIsCollection = conversion::OutputIsCollection(g->block());
443443
if (cfg.partitioning_info.enabled &&
444444
(cfg.lower_info.forced_fallback_modules.size() == 0 &&
445-
cfg.partition_info.forced_fallback_operators.size() == 0 && isBlockConvertible) &&
445+
cfg.partitioning_info.forced_fallback_operators.size() == 0 && isBlockConvertible) &&
446446
!outputIsCollection) {
447447
LOG_INFO("Skipping partitioning since model is fully supported");
448448
}

0 commit comments

Comments
 (0)