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(imperative/opr-mm): add broadcast
GitOrigin-RevId:
83640255c7
release-0.6
Megvii Engine Team
4 years ago
parent
b2f05bf8d8
commit
d3d9018f8d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/opr-mm/impl/collective_comm.cpp
+ 1
- 1
src/opr-mm/impl/collective_comm.cpp
View File
@@ -810,7 +810,7 @@ void CollectiveComm::init_output_static_infer_desc() {
};
auto get_shape_from_server = [this](TensorShape& dest, const InpVal&) {
if (!m_enable_shape_infer) {
if (!m_enable_shape_infer
&& !owner_graph()->options().imperative_proxy_graph
) {
return false;
}
Write
Preview
Loading…
Cancel
Save