Skip to content

Commit

Permalink
[docs][Adreno] Remove unnecessary compilation flag (apache#13509)
Browse files Browse the repository at this point in the history
Flag `-DUSE_MICRO=OFF` was added to avoid this issue apache#13482. In apache#13503 these changes were reverted. 
Removed unnecessary compilation flag to avoid user confusing.
  • Loading branch information
echuraev authored Nov 29, 2022
1 parent 57de9e7 commit c0ba8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to/deploy/adreno.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ folder of TVM:

mkdir build_android
cd build_android
cmake .. -DUSE_OPENCL=ON -DUSE_MICRO=OFF -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_NATIVE_API_LEVEL=android-28 -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON -DANDROID_STL=c++_static -DUSE_CPP_RPC=ON
cmake .. -DUSE_OPENCL=ON -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_NATIVE_API_LEVEL=android-28 -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON -DANDROID_STL=c++_static -DUSE_CPP_RPC=ON
make -jN tvm_runtime tvm_rpc

where **N** is the number of cores available on your *CPU*.
Expand Down

0 comments on commit c0ba8a1

Please sign in to comment.