Skip to content

Commit

Permalink
add stage to log (#9249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh authored Oct 12, 2021
1 parent 01744d1 commit 8725eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/te/operation/tensorize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ void VerifyTensorizeBody(const ComputeOpNode* self, const Stage& stage,
}
ICHECK(expr_equal(lhs, rhs)) << "Failed to match the compute with TensorIntrin " << intrin->name
<< "'s declaration "
<< " provided= " << lhs << ", intrin= " << rhs;
<< " provided= " << lhs << ", intrin= " << rhs
<< ", running this stage: " << stage;
}
}

Expand Down

0 comments on commit 8725eb5

Please sign in to comment.