masahi commented on PR #11800: URL: https://github.com/apache/tvm/pull/11800#issuecomment-1162534501
@shtinsa I think `const_vector` things are intended to be unrolled during scheduling, which will probably end up in the same clean IR as the new version. That's what we do for winograd convolution, where we use `const_matrix`. Since the new concat is written in IR builder, I'm not sure if we can do the same unrolling for `cumsum` etc here. -- 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]
