zhaiyi000 opened a new pull request, #15345:
URL: https://github.com/apache/tvm/pull/15345
Hi there, executing the following code causes a crash:
```
from tvm.meta_schedule.testing.relay_workload import get_network
get_network('bert_base', [1, 128])
```
This issue arises due to a discrepancy in broadcasting dimensions. The code
infers the broadcast between dimensions [1,128,512] and [any, any, 512] as
[any, 128, 512]. However, the expected output dimensions are [1, 128, 512].
--
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]