masahi commented on pull request #9048: URL: https://github.com/apache/tvm/pull/9048#issuecomment-927113852
@comaniac I've updated this PR. I found a bug in `ReduceInferCorrectLayout`, where `exclude` parameter is not taken account when deciding the new reduction axes after layout transform. Moreover, `ReduceInferCorrectLayout` assumes that the number of inputs to a reduction op is 1, which is not the case for `variance` op (it takes `data` and `mean` inputs). Both are fixed and all tests now pass. -- 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]
