I think this problem would be trivial if it is able to inline a reduction. For example, when computing GEMM `C += A * B`, we could simply inline the multiplication into the addition, so these two stages would become one. However, inlining a reduction is currently not supported. See [issue #902](https://github.com/apache/incubator-tvm/issues/902).
--- [Visit Topic](https://discuss.tvm.ai/t/rfc-implement-add-to-semantic-in-tvm/3618/18) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/f50053b6378e7f2870dd8d21cdcf28fdaa222d45511f534f806fbc71601f042c).