csullivan commented on code in PR #11589:
URL: https://github.com/apache/tvm/pull/11589#discussion_r892894778
##########
src/arith/domain_touched.cc:
##########
@@ -34,18 +35,48 @@ namespace arith {
using namespace tir;
+struct LoadAccess {
Review Comment:
I'm currently using the struct type as sugar for compile-time lookup with
std::get to index into the std::tuple. That said I took your advice an added an
alias for the buffer touches. Happy to do it whichever way is preferable, I
just found the tuple to be nice here.
--
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]