Commit 6a197ca
committed
Drop failure case for
The failure to broadcast dynamically makes the assumption the input
dynamic shape could be expanded by being `1`. This should be handled by
an earlier trasform to materialize a known broadcast if we intend to
support both cases.stablehlo.dynamic_broadcast_in_dim
1 parent 21e8078 commit 6a197ca
File tree
2 files changed
+19
-2
lines changed- stablehlo/conversions/linalg
- tests
- transforms
2 files changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
209 | 227 | | |
210 | 228 | | |
211 | 229 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
682 | | - | |
| 681 | + | |
683 | 682 | | |
684 | 683 | | |
685 | 684 | | |
| |||
0 commit comments