mbaret opened a new pull request #5476: URL: https://github.com/apache/incubator-tvm/pull/5476
Constant tuples were not being propagated into partitions making it impossible to codegen functions like concatenate. This extends the constant binding that happens in PartitionGraph to also include constant tuples. This is an alternative solution to the one presented in this PR: [5409](https://github.com/apache/incubator-tvm/pull/5409). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
