PTTQ opened a new pull request, #11390: URL: https://github.com/apache/tvm/pull/11390
Even if the `vta_config.json` on the host side and the hardware side are the same, it will be judged as a different configuration, and the libvta.so file will be rebuilt. I found that the reason is that `old_cfg` is the original json object parsed from the file, but the obtained `cfg` is no longer the original json object, it adds some fields when building pkg. As the following code. ``` ``` -- 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]
