From 21fa4cabb8fb7af6760409106debf2cfa2660b2b Mon Sep 17 00:00:00 2001 From: acmore Date: Sat, 26 May 2018 00:17:30 +0800 Subject: [PATCH] Fix build break on Windows. (#1179) --- include/tvm/ir_pass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tvm/ir_pass.h b/include/tvm/ir_pass.h index 44a77aeb..a5bcecda 100644 --- a/include/tvm/ir_pass.h +++ b/include/tvm/ir_pass.h @@ -53,8 +53,8 @@ Stmt CanonicalSimplify(Stmt stmt, * \param vrange The range information about the variable. * \return Canonicalized expression. */ -Expr CanonicalSimplify(Expr expr, - Map vrange = Map()); +EXPORT Expr CanonicalSimplify(Expr expr, + Map vrange = Map()); /*! * \brief Deep compare lhs and rhs