wrongtest
wrongtest
Following the hint of sanitizer that something related to stack overflow happens, there is a possible llvm issue found. The full dumped ll: [scatter_nd_stackoverflow.ll.txt](https://github.com/apache/tvm/files/9274249/scatter_nd_stackoverflow.ll.txt) ```ll ; Function Attrs: noinline define...
> @wrongtest-intellif This sounds like a bug in StorageRewrite and/or PlanAndUpdateBufferAllocationLocation where the allocation should be lifted outside the loop but isn't. Emmmm I think it is not. https://github.com/apache/tvm/blob/main/src/target/llvm/codegen_cpu.cc#L645 is...
cc @tkonolige @kparzysz-quic Hi~ could you kindly review the fix again?
> use `canonical_simplify` here instead of `Simplify` Hi, the last modification to `canonical_simplify` is in https://github.com/apache/tvm/pull/9941. Where use `canonical` first help prove certain patterns. Maybe we could enrich rewrite rules....
@vinx13 I agree here the invocation to standalone `canonical_simplify` is quite strange. However actually I try to increase the steps but could not fix the issue. The order of `rewrite_simplify`...
cc @zxybazh Hi~ could you reproduce the https://gist.github.com/zxybazh/0759810aa841508c68abbdf7a00c4ab2 on current HEAD? I failed to reproduce the split verification error..., maybe some improvements happen? (though I think the original issue still...
> ((min(0, ((ax0_0_0_ax1_0_0_fused*64) - 63)) + 126) - ((ax0_0_0_ax1_0_0_fused*64) + 63))
Hi~ here are my two questions :) cc @kparzysz-quic - > 2\. Make vector length a parameter to `stage.vectorize`. What is the different between - `sch[C].vectorize(v, vector_length=32)` and - `vo,...
In Intellif, people build, maintain and extend the DL compilation stack with Relay in past years. However, we never think the upstreaming of a new module would break existing functionalities...
The testcases are required.