Commit 85ab9c2
fix(cudnn): remove duplicate ConvBwdData match arm in backend graph builder
The operations iterator map in GraphBuilder::build() had two identical
Operation::ConvBwdData arms. The second arm was unreachable dead code.
Removed the duplicate; all seven operation variants are now matched once.
Made-with: Cursor1 parent 5e49cf3 commit 85ab9c2
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments