Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Li authored and Xinyu Li committed Jun 13, 2024
1 parent 1bbe482 commit 42149f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ion/port.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Port {
if (has_pred()) {
impl_->params[i] = Halide::Parameter{buf.type(), true, buf.dimensions(), argument_name(id(), pred_id(), pred_name(), i,graph_id())};
} else {
impl_->params[i] = Halide::Parameter{type(), true, buf.dimensions(), argument_name(id(), pred_id(), pred_name(), i,graph_id())};
impl_->params[i] = Halide::Parameter{type(), true, dimensions(), argument_name(id(), pred_id(), pred_name(), i,graph_id())};
}

impl_->instances[i] = buf.raw_buffer();
Expand Down

0 comments on commit 42149f0

Please sign in to comment.