Hi TVM community,
I went through the tensor expression tutorial and generated a .so file with cc.create_shared.
I was trying to link it with dlsym and -ldl -Wl --export-dynamic compile flag but failed with segment fault.
Then I found cpp_deploy.cc, should I go with tvm::runtime? Is that the only way to load .so file now?
thanks