PeikeLi opened a new pull request #4278: Fix the problem that android_rpc 
compilation failed
URL: https://github.com/apache/incubator-tvm/pull/4278
 
 
   This small PR address the issue of header path in 
/apps/android_rpc/app/src/main/jni/tvm_runtime.h .
   
   Description:
   Error msg when compilation of android_rpc
   
   ```bash
   make: Entering directory `/apps/android_rpc/app/src/main/jni'
   [arm64-v8a] Compile++      : tvm4j_runtime_packed <= 
ml_dmlc_tvm_native_c_api.cc
   In file included from 
   /apps/android_rpc/app/src/main/jni/ml_dmlc_tvm_native_c_api.cc:25:
   /apps/android_rpc/app/src/main/jni/tvm_runtime.h:69:10: fatal error: 
'../src/contrib/sort/sort.cc' file not found
   #include "../src/contrib/sort/sort.cc"
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
   ```
   Fix:
   modify the right sort.cc path

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to