Closed alex-weaver closed 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))
tvm::Var::Var(const std::string& name_hint = "v", Type t = Int(32))
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))