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(mgb): fix get env macro
GitOrigin-RevId:
79c602f79c
tags/v1.6.0-rc1
Megvii Engine Team
3 years ago
parent
b3d2a632f3
commit
c88a4e5b32
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
dnn/include/megdnn/common.h
+ 2
- 0
dnn/include/megdnn/common.h
View File
@@ -11,6 +11,8 @@
#pragma once
#include "megbrain_build_config.h"
#if MGB_ENABLE_GETENV
#define MGB_GETENV ::std::getenv
#else
Write
Preview
Loading…
Cancel
Save