From bea7dcfa6c29d50725383d03acd9e42f9e629569 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Tue, 21 Jul 2020 23:18:42 -0700 Subject: [PATCH] fix lint --- include/tvm/auto_scheduler/loop_state.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tvm/auto_scheduler/loop_state.h b/include/tvm/auto_scheduler/loop_state.h index 8bbeaecbdf89..00de0c801568 100644 --- a/include/tvm/auto_scheduler/loop_state.h +++ b/include/tvm/auto_scheduler/loop_state.h @@ -346,9 +346,9 @@ class State : public ObjectRef { * \note If we do split on an iterator which has stages attached at it(by compute_at), the inner * most iterator of split results will become the new attach point. */ - TVM_DLL Array split( - int stage_id, const Iterator& it, const Array>& lengths, - bool inner_to_outer = true); + TVM_DLL Array split(int stage_id, const Iterator& it, + const Array>& lengths, + bool inner_to_outer = true); /********** Step APIs working on multiple stages **********/