masahi commented on PR #11596:
URL: https://github.com/apache/tvm/pull/11596#issuecomment-1147992863
I thought I've already split visiting and rewriting in `ApplyTensorization`.
Is the problem in the iteration over
```
for (const auto& kv : sch->mod()->functions) {
ApplyTensorization(...)
}
```
?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]