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(mge): enable defrag by default
GitOrigin-RevId:
70bd4bb119
release-1.7
Megvii Engine Team
3 years ago
parent
c17d603847
commit
669c3cda85
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
imperative/src/impl/blob_manager_impl.h
+ 1
- 1
imperative/src/impl/blob_manager_impl.h
View File
@@ -38,7 +38,7 @@ class BlobManagerImpl final : public BlobManager {
std::mutex m_mtx;
std::mutex m_mtx;
CompNode::UnorderedMap<BlobSetWithMux> m_comp2blobs_map;
CompNode::UnorderedMap<BlobSetWithMux> m_comp2blobs_map;
bool m_enable;
bool m_enable
= true
;
void defrag(const CompNode& cn) override;
void defrag(const CompNode& cn) override;
Write
Preview
Loading…
Cancel
Save