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
[AMD] Leverage MLIR error report infra in more places (triton-lang#5719)
This is a minor change, when implementing PR triton-lang#5549 I used:
```rewriter.notifyMatchFailure``` in place of ```return failure();``` as
per suggestions to leverage MLIR infra for errors.
We should probably be consistent throughout the file and use the MLIR
infra for the other buffer ops.
0 commit comments