masahi opened a new pull request, #14692:
URL: https://github.com/apache/tvm/pull/14692
I've hit a case where an invalid signature like this is generated:
```
void fused_relax_nn_conv2d_relax_add2_cutlass_(DLTensor* lv8, DLTensor* lv7,
DLTensor* lv8, DLTensor* out0){
```
This happens because for some reasons different parameter `Var`s in the same
function end up having the same `name_hint`.
I fixed this by generating a unique name for each parameter.
@cyx-6 @vinx13
--
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]