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
ci(mge): fix Windows CI
symlink does not work on Windows GitOrigin-RevId:
45505b8925
tags/v1.0.0-rc1
Megvii Engine Team
4 years ago
parent
1fe8a21299
commit
14ceda0dd3
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
imperative/src/impl/mgb_cg_impl.h
+0
-1
imperative/src/impl/mgb_core_impl
+1
-1
imperative/src/impl/opr_utility.cpp
+ 1
- 0
imperative/src/impl/mgb_cg_impl.h
View File
@@ -0,0 +1 @@
#include "../../../src/core/impl/graph/cg_impl.h"
+ 0
- 1
imperative/src/impl/mgb_core_impl
View File
@@ -1 +0,0 @@
../../../src/core/impl
+ 1
- 1
imperative/src/impl/opr_utility.cpp
View File
@@ -10,7 +10,7 @@
*/
#include "megbrain/imperative/opr_utility.h"
#include "./mgb_c
ore_impl/graph/c
g_impl.h"
#include "./mgb_cg_impl.h"
// FIXME; setup_config_cn is copied from src/opr/impl/utility.cpp
namespace {
Write
Preview
Loading…
Cancel
Save