Skip to content

Commit b706e78

Browse files
committed
[mlir][vector] Adds pattern rewrite for maskable Ops
Adds a generic pattern rewrite for maskable Ops that we would like to work for both masked and un-masked cases, e.g. for both `vector.mask {vector.contract}` and `vector.contract` (this is a very contrived example - just to demonstrate the idea). This helps to reduce code-duplication and standardise how we implement such patterns. Fixes #78787
1 parent 982e902 commit b706e78

File tree

1 file changed

+143
-108
lines changed

1 file changed

+143
-108
lines changed

0 commit comments

Comments
 (0)