Commit e7fb2d4d by Jian Weng Committed by Tianqi Chen

fix typo (#3611)

parent 3aa2eaed
...@@ -68,7 +68,6 @@ include_directories(${COMPILER_RT_PATH}) ...@@ -68,7 +68,6 @@ include_directories(${COMPILER_RT_PATH})
# initial variables # initial variables
set(TVM_LINKER_LIBS "") set(TVM_LINKER_LIBS "")
set(TVM_RUNTIME_LINKER_LIBS ${CMAKE_DL_LIBS}) set(TVM_RUNTIME_LINKER_LIBS ${CMAKE_DL_LIBS})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Generic compilation options # Generic compilation options
if(MSVC) if(MSVC)
......
...@@ -69,8 +69,6 @@ std::vector<const Node*> GetPath(Expr target, Expr expr) { ...@@ -69,8 +69,6 @@ std::vector<const Node*> GetPath(Expr target, Expr expr) {
return v.path_; return v.path_;
} }
class BoundDeduceIntputChecker;
// a visitor to deduce the bound of a variable from a expression // a visitor to deduce the bound of a variable from a expression
class BoundDeducer: public IRVisitor { class BoundDeducer: public IRVisitor {
public: public:
......
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