You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As now, ANT model DB repository includes the source code of TVM.
As I think, the reason may be that the model profiler (latency predictor) has very strong dependency on TVM.
However, it is not easy to identify what is the source code of the model profiler.
For the maintenance in the long term, we need to separate the TVM code from this repository.
And then, we need to make TVM as a git submodule.
The text was updated successfully, but these errors were encountered:
As now, ANT model DB repository includes the source code of TVM.
As I think, the reason may be that the model profiler (latency predictor) has very strong dependency on TVM.
However, it is not easy to identify what is the source code of the model profiler.
For the maintenance in the long term, we need to separate the TVM code from this repository.
And then, we need to make TVM as a
git submodule
.The text was updated successfully, but these errors were encountered: