Skip to content

Commit ab44b74

Browse files
committed
lint fix
1 parent be0d319 commit ab44b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/loop_vectorize.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class VectorizePlanner : public arith::IRMutatorWithAnalyzer {
204204
const ForNode *inner_for_{};
205205
bool has_nonlocal_memory_access_ = false;
206206
int vector_size_ = 128;
207-
207+
208208
private:
209209
arith::Analyzer owned_analyzer_;
210210
};

0 commit comments

Comments
 (0)