Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Apr 20, 2022
1 parent 7275684 commit e8c4405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/meta_schedule/schedule_rule/auto_tensorize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

#include "auto_tensorize.h"

#include <unordered_set>
#include <vector>

#include "../../tir/schedule/analysis.h"

namespace tvm {
Expand Down Expand Up @@ -97,6 +100,5 @@ tir::BlockRV TileForIntrin(tir::Schedule sch, tir::BlockRV block, const std::str

TVM_REGISTER_GLOBAL("meta_schedule.TilingwithTensorIntrin").set_body_typed(TilingwithTensorIntrin);


} // namespace meta_schedule
} // namespace tvm

0 comments on commit e8c4405

Please sign in to comment.