I see this topic here. he try to static link c++ application with model.o
file and in the end this code help him.
However, in my case, my C++ application depend on many TVM compiled models (many model.so
files) and I want to do static link instead of using model.so
. How can I do it?
Is it still work if I use this code. If I don’t misunderstand this code only apply to 1 TVM compiled model.
Thank you very much!
P.S. I just see this topic How to deploy two different tvm compiled model in c++ statically?. However, I think it still on going question.