Commit cac1b5a8 by tqchen

fix compilation

parent 9ce7f0a3
......@@ -21,7 +21,7 @@ Expr Tensor::operator()(Array<Expr> indices) const {
CHECK_EQ(ndim(), indices.size())
<< "Tensor dimension mismatch in read"
<< "ndim = " << ndim() << ", indices.size=" << indices.size();
auto n Call::make(
auto n = Call::make(
(*this)->dtype, (*this)->name, indices, Call::Halide, *this);
return n;
}
......
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