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
fix(cmake): enable custom op when building develop to avoid the pytest fail
GitOrigin-RevId:
fa05ead899
tags/v1.8.0
Megvii Engine Team
3 years ago
parent
ee0b95e935
commit
2c2df83051
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CMakeLists.txt
+ 4
- 0
CMakeLists.txt
View File
@@ -655,6 +655,10 @@ if(MGE_WITH_JIT_MLIR OR MGE_BUILD_IMPERATIVE_RT)
include(cmake/llvm-project.cmake)
endif()
if(MGE_BUILD_IMPERATIVE_RT)
set(MGE_WITH_CUSTOM_OP ON)
endif()
if(MGE_WITH_DISTRIBUTED)
include(cmake/protobuf.cmake)
include(cmake/zmq.cmake)
Write
Preview
Loading…
Cancel
Save