shtinsa commented on PR #11341:
URL: https://github.com/apache/tvm/pull/11341#issuecomment-1164233753
Hello @DzAvril, Problem is related to splitting of TE expression onto
sub-areas, so having f(x1, ..., xk) as output is is a bit problematic to define
particular input tensor from x1,..., xk coordinates. Using hashing function
from the axis coordinates may require more intermediate memory.
Frankly speaking the concatenation price should be 0 in many cases but it
may require a lot of efforts to implement this solution because it will be
necessary to update whole SW stack within TVM.
--
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]