dmlc / HalideIR

Symbolic Expression and Statement Module for new DSLs
Other
205 stars 59 forks source link

Fix linker error in TOPI #16

Closed alex-weaver closed 6 years ago

alex-weaver commented 6 years ago

On windows linking TOPI fails unless VarExpr constructor is marked EXPORT. This is depended on by tvm::Var::Var(const std::string& name_hint = "v", Type t = Int(32))