Commit 1bdb166
authored
[TOSA] Update TOSA Custom Operator attribute names to align with the spec (#71116)
- The latest TOSA spec for CustomOp is having attributes
- operator_name, domain_name, and implementation_attrs
- Updated the dialect to align with the spec change
Signed-off-by: Jerry Ge <[email protected]>1 parent 406b887 commit 1bdb166
File tree
3 files changed
+11
-10
lines changed- mlir
- include/mlir/Dialect/Tosa/IR
- test/Dialect/Tosa
3 files changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1931 | 1931 | | |
1932 | 1932 | | |
1933 | 1933 | | |
1934 | | - | |
1935 | | - | |
| 1934 | + | |
| 1935 | + | |
1936 | 1936 | | |
1937 | | - | |
1938 | | - | |
| 1937 | + | |
| 1938 | + | |
1939 | 1939 | | |
1940 | 1940 | | |
1941 | 1941 | | |
| |||
1948 | 1948 | | |
1949 | 1949 | | |
1950 | 1950 | | |
1951 | | - | |
1952 | | - | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
1953 | 1954 | | |
1954 | 1955 | | |
1955 | 1956 | | |
1956 | 1957 | | |
1957 | | - | |
1958 | | - | |
| 1958 | + | |
| 1959 | + | |
1959 | 1960 | | |
1960 | 1961 | | |
1961 | 1962 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
| 619 | + | |
620 | 620 | | |
621 | 621 | | |
0 commit comments