spectrometerHBH commented on pull request #9699: URL: https://github.com/apache/tvm/pull/9699#issuecomment-996275253
Here are some comments. 1. Free vars I think currently the `DetectIterMap` already supports free var, as long as you don't include the var in the domain map 2. Add `min` field to `IterMark` class Iters with lower bound constraints can be substituted with a zero-starting iter plus offset, I think. If we want to allow non-zero lower bound constraints in predicates, then we may want to loose the check. 3 & 4 look good to me. -- 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]
