roastduck commented on pull request #5382: URL: https://github.com/apache/incubator-tvm/pull/5382#issuecomment-625044388
@yongfeng-nv Thanks. Your improved test helps a lot. 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`. This test should be enough for the 2nd situation. We can ignore the 3rd situation for now, since it is not supported by `lower_warp_memory` yet. ---------------------------------------------------------------- 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]
