wrongtest-intellif commented on issue #14100: URL: https://github.com/apache/tvm/issues/14100#issuecomment-1445803243
> expected the non-injective transform `h_w_fused // 54 + kh` to raise an error Emmmm, I think the `kSurjective` flag not neccesarily indicate injectiveness. Since `h_w_fused // 54` (in [0, 54)) and `kh` (in [0, 3)) are independently iterated, `v0` could cover the full region of [0, 56) but not injective. -- 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]
