Commit 16de130
committed
Fix vgid inheritance for CopyVarUpdate op
Summary:
With D84885 fixed detach creation for model parameters. However, it
turnes out that all such detach ops do have active_stage set to 0. That
leads to requiredVgid in PopART being zero as well which - incorrectly -
overwrites valid vgid inherited from batchnorm op.
!ci_branch_mk2
Test Plan: CI
Reviewers: #popart, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, kamil.andrzejewski
Reviewed By: #popart, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, kamil.andrzejewski
JIRA Issues: AFS-363
Differential Revision: https://phabricator.sourcevertex.net/D856221 parent f00b735 commit 16de130
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
533 | 534 | | |
534 | 535 | | |
535 | 536 | | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
536 | 540 | | |
537 | | - | |
| 541 | + | |
| 542 | + | |
538 | 543 | | |
539 | 544 | | |
540 | 545 | | |
| |||
0 commit comments