Skip to content

Commit 3fb6beb

Browse files
lint
1 parent c44f7fa commit 3fb6beb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/relay/backend/te_compiler.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ class TECompilerImpl : public TECompilerNode {
109109
const tir::PrimFunc& prim_func = Downcast<tir::PrimFunc>(func);
110110
mod->Update(var, WithAttr(prim_func, tvm::attr::kTarget, source_func->target));
111111
} else {
112-
LOG(FATAL) << "Expected to find only relay functions and prim functions in the cache, but found: " <<
113-
func->GetTypeKey();
112+
LOG(FATAL) << "Expected to find only relay functions and prim functions in the cache, "
113+
"but found: "
114+
<< func->GetTypeKey();
114115
}
115116
}
116117
}

0 commit comments

Comments
 (0)