Skip to content

Commit

Permalink
fix android packed runtime (apache#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored and sergei-mironov committed Aug 8, 2018
1 parent 83151bd commit b8a747a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/android_rpc/app/src/main/jni/tvm_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "../src/runtime/thread_pool.cc"
#include "../src/runtime/threading_backend.cc"
#include "../src/runtime/graph/graph_runtime.cc"
#include "../src/runtime/ndarray.cc"

#ifdef TVM_OPENCL_RUNTIME
#include "../src/runtime/opencl/opencl_device_api.cc"
Expand Down

0 comments on commit b8a747a

Please sign in to comment.