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(opencl/svm): add opencl svm more test
GitOrigin-RevId:
3ebfbed0bd
master
Megvii Engine Team
2 years ago
parent
4c27522a2d
commit
6d21982773
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core/impl/tensor.cpp
+ 1
- 1
src/core/impl/tensor.cpp
View File
@@ -65,7 +65,7 @@ void noncont_tensor_copy(
}
DeviceTensorND tmp;
tmp.copy_from(src);
dest.copy_from_fixlayout(tmp);
dest.copy_from_fixlayout(tmp)
.sync()
;
}
//! implement non-contiguous h2d copy
Write
Preview
Loading…
Cancel
Save