Undefined symbol: tvm::runtime::SplitKernels

I was able to build tvm in Mac mini M1 successfully. When I go over the steps of ios_rpc , I got stuck at building tvmrpc.xcodeproj due to the error in the title and I think it might be related with arm64 architecture. Any ideas ? or Workaround solution ?

Thanks,

Hilmi

Hi @HilmiiKumdakci!

I think you should include source_utils.cc here: tvm/TVMRuntime.mm at main · apache/tvm · GitHub E.g.: #include "../../../src/runtime/source_utils.cc"

I think it should fix your problem. If it works, feel free to create a new PR with the fix.

1 Like