Skip to content

Commit

Permalink
fix cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Jan 2, 2020
1 parent 1f4ba75 commit c08bc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/arithmetic/ir_mutator_with_analyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include <tvm/ir_functor_ext.h>
#include <tvm/arithmetic.h>
#include <utility>

namespace tvm {
namespace arith {
Expand Down
1 change: 1 addition & 0 deletions src/pass/lower_intrin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ namespace ir {
class IntrinInjecter : public tvm::arith::IRMutatorWithAnalyzer {
public:
using IRMutatorWithAnalyzer::VisitStmt_;
using IRMutatorWithAnalyzer::VisitExpr_;

IntrinInjecter(arith::Analyzer* analyzer, std::string target)
: IRMutatorWithAnalyzer(analyzer) {
Expand Down

0 comments on commit c08bc1f

Please sign in to comment.