This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
feat(lite): add cmake build for rknn and mge in lite
GitOrigin-RevId:
c6c77a4b61
release-1.4
Megvii Engine Team
4 years ago
parent
46988d4534
commit
f4efab3bf6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/cmake-build/cross_build_android_arm_inference.sh
+ 1
- 1
scripts/cmake-build/cross_build_android_arm_inference.sh
View File
@@ -127,7 +127,7 @@ function cmake_build() {
${EXTRA_CMAKE_ARGS} \
$SRC_DIR
make -j$(nproc)
make -j$(nproc)
${Target}
make install/strip
}
Write
Preview
Loading…
Cancel
Save