Commit 9ab7324
authored
Fix crash when processing getMakeTensorPtr op through while loop (#4567)
Properly handle while loop in `getMakeTensorPtr`.
This is common code, but given upstream is deprecating the feature I
don't think they want to take this change. The test for this is in #4463
but I think it is better to keep the commit logically separate and not
have it squashed and merged with #4463.1 parent a293ad3 commit 9ab7324
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
0 commit comments