junrushao1994 commented on pull request #37: URL: https://github.com/apache/tvm-rfcs/pull/37#issuecomment-936724505
Thank you for your response @mbaret 😄 > From my initial look over it, I suspect there may be elements we could reuse, but the representations are unfamiliar to me as it how to work with them from outside TIR For sure, we are happy to work together and potentially improve the affine analysis infrastructure. Note that the iter-affine-map is located under `tvm/arith/iter_affine_map.h`, so it's not deeply coupled with TIR, but only reuses several TIR expressions. CC'ed the author of affine analysis in TVM: @tqchen @spectrometerHBH @Hzfengsy -- 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]
