wrongtest

Results 5 issues of wrongtest

The pass `PlanAndUpdateBufferAllocationLocation` seems to have problem when the buffer accessed indices take a loop carried dependency. As an example, ```python @T.prim_func def test(A: T.Buffer[(8, 8), "int32"], B: T.Buffer[(8, 8),...

Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them...

If the loop domain depends on other loops, currently there is missing transformations in `CreatePrimFunc`, which lead to undefined variables in lowering. https://discuss.tvm.apache.org/t/compilation-error-for-adaptive-avg-pool2d-relax-op-in-mlc-llm/17784

Add TIR intrinsics for `break` and `continue` semantics. It aims to provide roundtrip support for TVMScript frontend and help users to develop complex algorithms in more pythonic fashion. Below are...

This change just keep stride terms order the same with fused loop order in `fuse` primitive. In symbolic circumstances, previous form suffer from simplification issues and would make the expression...