Commit 7c553c9
committed
[mlir][spirv] Make gen_spirv_dialect.py more precise when finding inst_category
Use a word boundary, current code was currently failing when parsing the
definition of because it would also match `CooperativeMatrixOp` from a
later mention of `SPIRV_KHR_CooperativeMatrixOperandsAttr`.1 parent 0bc02b9 commit 7c553c9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
982 | | - | |
| 982 | + | |
| 983 | + | |
983 | 984 | | |
984 | 985 | | |
985 | 986 | | |
| |||
0 commit comments