yincs-intellif commented on code in PR #14398:
URL: https://github.com/apache/tvm/pull/14398#discussion_r1155452057


##########
tests/python/unittest/test_tir_schedule_merge.py:
##########


Review Comment:
   For case1, after merged it will be as followed:
   for i1 in range(...):
        B[i] = 1
   for i2_m in range(...):
        A[i2_m] = ...
        C[i2_m] = B[i2_m]
   B is computed before C, so it's legal



-- 
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]

Reply via email to