File tree
Expand file treeCollapse file tree
8 files changed
+129
-18
lines changedFilter options
- mlir
- include/mlir
- Conversion
- Dialect/GPU
- TransformOps
- Transforms
- lib
- Conversion/GPUToROCDL
- Dialect/GPU
- TransformOps
- Transforms
- test/Dialect/GPU
Expand file treeCollapse file tree
8 files changed
+129
-18
lines changedmlir/include/mlir/Conversion/Passes.td
Copy file name to clipboardExpand all lines: mlir/include/mlir/Conversion/Passes.td+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
601 | 601 |
|
602 | 602 |
|
603 | 603 |
|
| 604 | + |
604 | 605 |
|
605 | 606 |
|
606 | 607 |
|
| ||
1415 | 1416 |
|
1416 | 1417 |
|
1417 | 1418 |
|
1418 |
| - |
| 1419 | + |
1419 | 1420 |
|
1420 | 1421 |
|
1421 | 1422 |
|
|
mlir/include/mlir/Dialect/GPU/TransformOps/GPUTransformOps.td
Copy file name to clipboardExpand all lines: mlir/include/mlir/Dialect/GPU/TransformOps/GPUTransformOps.td+19-8Lines changed: 19 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
135 |
| - |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
140 |
| - |
| 139 | + |
| 140 | + |
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
152 |
| - |
| 152 | + |
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
| ||
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
167 |
| - |
| 167 | + |
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
| ||
268 | 268 |
|
269 | 269 |
|
270 | 270 |
|
271 |
| - |
| 271 | + |
272 | 272 |
|
273 | 273 |
|
274 | 274 |
|
| ||
300 | 300 |
|
301 | 301 |
|
302 | 302 |
|
303 |
| - |
| 303 | + |
304 | 304 |
|
305 | 305 |
|
306 | 306 |
|
| ||
310 | 310 |
|
311 | 311 |
|
312 | 312 |
|
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
313 | 324 |
|
mlir/include/mlir/Dialect/GPU/Transforms/Passes.h
Copy file name to clipboardExpand all lines: mlir/include/mlir/Dialect/GPU/Transforms/Passes.h+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
| 116 | + |
| 117 | + |
| 118 | + |
116 | 119 |
|
117 | 120 |
|
118 | 121 |
|
|
mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
Copy file name to clipboardExpand all lines: mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| ||
197 | 198 |
|
198 | 199 |
|
199 | 200 |
|
200 |
| - |
201 |
| - |
| 201 | + |
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
| ||
319 | 319 |
|
320 | 320 |
|
321 | 321 |
|
| 322 | + |
322 | 323 |
|
323 | 324 |
|
324 | 325 |
|
|
mlir/lib/Dialect/GPU/CMakeLists.txt
Copy file name to clipboardExpand all lines: mlir/lib/Dialect/GPU/CMakeLists.txt+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
40 | 41 |
|
41 |
| - |
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| ||
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
56 |
| - |
57 | 57 |
|
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
| ||
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| 72 | + |
| 73 | + |
71 | 74 |
|
72 |
| - |
73 | 75 |
|
| 76 | + |
74 | 77 |
|
75 |
| - |
76 |
| - |
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
|
mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
Copy file name to clipboardExpand all lines: mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
136 | 137 |
|
137 | 138 |
|
138 | 139 |
|
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
139 | 145 |
|
140 | 146 |
|
141 | 147 |
|
| ||
914 | 920 |
|
915 | 921 |
|
916 | 922 |
|
917 |
| - |
918 |
| - |
919 | 923 |
|
| 924 | + |
| 925 | + |
| 926 | + |
920 | 927 |
|
921 | 928 |
|
922 | 929 |
|
|
mlir/lib/Dialect/GPU/Transforms/PromoteShuffleToAMDGPU.cpp
Copy file name to clipboard+64Lines changed: 64 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
mlir/test/Dialect/GPU/promote-shuffle-amdgpu.mlir
Copy file name to clipboard+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
0 commit comments