Lunderberg opened a new pull request, #15820: URL: https://github.com/apache/tvm/pull/15820
A `PrimFunc` may contain transformations that are not affine, or that are not recognizable as being affine. Prior to this commit, this produced a `LOG(WARNING)` stating that this was an error in the index analysis. Because this is the expected behavior for these functions, this commit updates the message to instead write to `DLOG(INFO)`. The other uses of `LOG(WARNING)` inside `layout_transformation.cc` are kept as-is, as they relate to limitations of the analysis, rather than being a statement about the analyzed `PrimFunc`. -- 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]
