You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes#2744
The change is the label of the 4th column of the table from
```
Full start index:
scatter start index via scatter_dims_to_operand_dims = [0, 1]
```
to
```
Full start index:
scatter start index via scatter_dims_to_operand_dims = [2, 1]
```
0 commit comments