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
In MaskAnalysis, a Boolean type shouldn't be passed around as Index.
This replaces the workaround added in PR
#318.
We use the following two tests as baseline, they needed the workaround
to pass before and now passing with our fix.
```
test/Conversion/TritonToStructured/mask_ld_st_scalar_dim.mlir
python/examples/test_mask.py
```
Co-authored-by: Linxiao Wang <[email protected]>
0 commit comments