Commit 83af679
authored
Bump to llvm/torch-mlir@061bbc5 (iree-org#19531)
Bumping torch-mlir forwards to head1 parent fb4d094 commit 83af679
File tree
4 files changed
+10
-10
lines changed- tests/external/iree-test-suites/onnx_ops
- third_party
4 files changed
+10
-10
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
123 | 131 | | |
124 | 132 | | |
125 | 133 | | |
| |||
333 | 341 | | |
334 | 342 | | |
335 | 343 | | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | 344 | | |
341 | 345 | | |
342 | 346 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | 351 | | |
356 | 352 | | |
357 | 353 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
| |||
466 | 465 | | |
467 | 466 | | |
468 | 467 | | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
Submodule torch-mlir updated 48 files
- .github/actions/setup-build/action.yml+2-2
- .github/workflows/RollPyTorch.yml+4-4
- .github/workflows/bazelBuildAndTest.yml+4-4
- .github/workflows/buildRelease.yml+14-14
- .github/workflows/gh-pages-releases.yml+2-2
- .github/workflows/merge-rollpytorch.yml+2-2
- .github/workflows/oneshotSnapshotPackage.yml+5-6
- .github/workflows/pre-commit-all.yml+4-4
- .github/workflows/pre-commit.yml+4-4
- .github/workflows/releaseSnapshotPackage.yml+8-9
- build_tools/ci/build_posix.sh+1-1
- include/torch-mlir/Conversion/TorchToTosa/TorchToTosa.h+14-1
- include/torch-mlir/Conversion/Utils/Utils.h+9
- include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td+161
- include/torch-mlir/Dialect/Torch/Utils/Utils.h+2
- lib/Conversion/TorchOnnxToTorch/DefaultDomainGtoP.cpp+177-135
- lib/Conversion/TorchToArith/TorchToArith.cpp+11-4
- lib/Conversion/TorchToLinalg/DataMovement.cpp+13-85
- lib/Conversion/TorchToLinalg/Linear.cpp+263-10
- lib/Conversion/TorchToLinalg/Random.cpp+1-1
- lib/Conversion/TorchToLinalg/Uncategorized.cpp+11-3
- lib/Conversion/TorchToTosa/TorchToTosa.cpp+913-250
- lib/Conversion/TorchToTosa/TosaLegalizeCommon.cpp+10-4
- lib/Conversion/Utils/Utils.cpp+113
- lib/Dialect/Torch/IR/TorchOps.cpp+12
- lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp+156-2
- lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp+530-1
- lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp+1
- lib/Dialect/Torch/Utils/Utils.cpp+12
- lib/InitAll.cpp+3-1
- projects/pt1/e2e_testing/xfail_sets.py+101-97
- projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/abstract_interp_lib_gen.py+64
- projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/torch_ods_gen.py+12
- projects/pt1/python/torch_mlir_e2e_test/test_suite/basic.py+105-7
- projects/pt1/python/torch_mlir_e2e_test/test_suite/conv.py+198
- projects/pt1/python/torch_mlir_e2e_test/test_suite/elementwise.py+48-2
- projects/pt1/python/torch_mlir_e2e_test/test_suite/spectral.py+40
- python/torch_mlir/extras/onnx_importer.py+4-1
- pytorch-hash.txt+1-1
- pytorch-requirements.txt+1-1
- test/Conversion/TorchOnnxToTorch/simple_ops_g_to_p.mlir+62-48
- test/Conversion/TorchToArith/basic.mlir+14
- test/Conversion/TorchToLinalg/spectral.mlir+64
- test/Conversion/TorchToTosa/basic.mlir+432-8
- test/Dialect/Torch/canonicalize.mlir+10
- test/Dialect/Torch/decompose-complex-ops.mlir+44
- test/python/fx_importer/v2.3/auto_functionalized.py+6-4
- torchvision-requirements.txt+1-1
0 commit comments