Unverified Commit 1da3debf authored by Yuqi Dong's avatar Yuqi Dong Committed by GitHub
Browse files

[Refactor]: Remove useless include in atomicadd_vectorize.h (#1371)

parent 422fb129
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include "../op/builtin.h" #include "../op/builtin.h"
#include "arith/int_operator.h" #include "arith/int_operator.h"
#include "arith/ir_visitor_with_analyzer.h" #include "arith/ir_visitor_with_analyzer.h"
#include "atomicadd_vectorize.h"
#include "common/loop_vectorization_utils.h" #include "common/loop_vectorization_utils.h"
#include <numeric> #include <numeric>
#include <tvm/arith/analyzer.h> #include <tvm/arith/analyzer.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment