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
When I run command to compile tvm_rpc, i'm getting error, that linker cannot find -lcdsprpc, which I think is compiled/added during Hexagon module. My compilation command:
Thanks, argument in cmake command doesn't work. If anyone needs, this is sed command: sed -i 's/if (BUILD_FOR_ANDROID AND USE_HEXAGON_SDK)/if (BUILD_FOR_ANDROID AND USE_HEXAGON)/g' ../apps/cpp_rpc/CMakeLists.txt (run from build folder)
)
* [RPC] Don't use existence of USE_HEXAGON_SDK as enablement check
Use USE_HEXAGON to check if Hexagon support is enabled or not.
This fixes#11059.
* Restart CI
shtinsa
pushed a commit
to Deelvin/tvm
that referenced
this issue
May 17, 2022
…che#11080)
* [RPC] Don't use existence of USE_HEXAGON_SDK as enablement check
Use USE_HEXAGON to check if Hexagon support is enabled or not.
This fixesapache#11059.
* Restart CI
When I run command to compile tvm_rpc, i'm getting error, that linker cannot find -lcdsprpc, which I think is compiled/added during Hexagon module. My compilation command:
Error:
During Cmake I see:
My SoC is Mediatek Helio P22 MT6762
The text was updated successfully, but these errors were encountered: