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(mge/mm_handler): fix unused var ins
GitOrigin-RevId:
199d084e8f
tags/v0.5.0
Megvii Engine Team
5 years ago
parent
3de1fa5b34
commit
dbf7764012
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
python_module/src/cpp/mm_handler.cpp
+ 1
- 0
python_module/src/cpp/mm_handler.cpp
View File
@@ -222,6 +222,7 @@ public:
server->run();
auto ins = m_addr2server.emplace(
full_srv_addr, ServerInfo{std::move(server)});
mgb_assert(ins.second);
return port;
}
Write
Preview
Loading…
Cancel
Save