Skip to content

Commit ae89b1e

Browse files
committed
Fix lint
Change-Id: Idd3f3593fe524f3444487c520d947dfd53386db0
1 parent cbe06c1 commit ae89b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tir/transforms/vectorize_loop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ class Vectorizer : public StmtMutator, public ExprFunctor<PrimExpr(const PrimExp
863863

864864
class LoopVectorizer : public StmtMutator {
865865
public:
866-
LoopVectorizer(DictAttrs attrs) {
866+
explicit LoopVectorizer(DictAttrs attrs) {
867867
if (auto opt_target = attrs.GetAttr<Target>(tvm::attr::kTarget)) {
868868
target_ = opt_target.value();
869869
}

0 commit comments

Comments
 (0)