Commit 46925eb
authored
Address small downstream build issues (#4289)
Two issues seemed to block an integrate downstream with IREE:
iree-org/iree#21628
1. Addresses an unused variable for release builds (and fixes a typo in
the check 2->3).
2. Adds missing custom build methods for two `TMTensor` ops. (I'm not
sure why this hasn't caused a failure in the past).
Signed-off-by: zjgarvey <zjgarvey@gmail.com>1 parent 8809167 commit 46925eb
File tree
3 files changed
+9
-8
lines changed- include/torch-mlir-dialects/Dialect/TMTensor/IR
- lib/Conversion
- TorchToLinalg
- TorchToTMTensor
3 files changed
+9
-8
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
267 | 269 | | |
268 | 270 | | |
269 | 271 | | |
270 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
271 | 275 | | |
272 | 276 | | |
273 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
| 287 | + | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | 239 | | |
241 | 240 | | |
242 | | - | |
243 | | - | |
244 | | - | |
| 241 | + | |
245 | 242 | | |
246 | 243 | | |
247 | 244 | | |
| |||
0 commit comments