altanh commented on issue #10831:
URL: https://github.com/apache/tvm/issues/10831#issuecomment-1083694916
I should note that removing the upper loop
```
for rii, rjj in T.grid(8, 8):
C_reg[rii, rjj] = T.float32(0)
```
seems to get rid of the error. The specific variable name doesn't actually
matter in the second loop, it still errors (e.g. can change to `x = ...; y =
...; C_reg[x ,y] ...`)
--
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]