Johnson9009 opened a new pull request #8614:
URL: https://github.com/apache/tvm/pull/8614
This is a very obvious issue, now "hls.py" directly call decorator
"override_native_generic_func" to operator "conv2d", "conv2d_NCHWc", it should
call decorator "conv2d_strategy" like `conv2d_strategy.register("hls")`.
If new target is added, and there isn't define the new target specific
"conv2d" op strategy, then the strategy will use that of "hls.py", this is not
expected, it should use that of "generic.py".
--
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]