yongfeng-nv commented on pull request #5382:
URL: https://github.com/apache/incubator-tvm/pull/5382#issuecomment-625284888
> I call tvm.driver.build_module.form_irmodule directly, in order not to run
the transformation passes in lower, otherwise the result will not make a
difference. Then I assert threadIdx.y is not in the indices accessing A.warp.
Thank you for adding test. I haven't seen
tvm.driver.build_module.form_irmodule in tests. Many transform unit tests use
the following snippet + particular transforms. For this PR, ScheduleOps() is
good enough.
bounds = tvm.te.schedule.InferBound(s)
stmt = tvm.te.schedule.ScheduleOps(s, bounds)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]