| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[NFC reformat] Applies pre-commit formatting to Python files. (#3244) This is a large change because prior to this point, Python files in the project were not consistently formatted. This reformats them all with black defaults. Based on experience with prior projects, if you have a dev/long-term branch with Python patches, you can minimize merge conflicts prior to rebasing to include this commit by running black on your modified Python files, squashing, and then rebasing/merging. | 2 年前 | |
[NFC reformat] Applies pre-commit formatting to Python files. (#3244) This is a large change because prior to this point, Python files in the project were not consistently formatted. This reformats them all with black defaults. Based on experience with prior projects, if you have a dev/long-term branch with Python patches, you can minimize merge conflicts prior to rebasing to include this commit by running black on your modified Python files, squashing, and then rebasing/merging. | 2 年前 | |
[Torch] Canonicalize pool ops with single int tuple params. (#4250) Fixes https://github.com/llvm/torch-mlir/issues/3885 by repeating the single int to match with expected spatial dims. | 9 个月前 | |
[NFC] Update black version (#3256) * Update black version to support 3.11/3.12 * Reformat code | 2 年前 | |
[NFC reformat] Applies pre-commit formatting to Python files. (#3244) This is a large change because prior to this point, Python files in the project were not consistently formatted. This reformats them all with black defaults. Based on experience with prior projects, if you have a dev/long-term branch with Python patches, you can minimize merge conflicts prior to rebasing to include this commit by running black on your modified Python files, squashing, and then rebasing/merging. | 2 年前 | |
fix: remove split.Tensor and split_with_sizes from decomp tables (#4340) More details are in the issue: https://github.com/llvm/torch-mlir/issues/4339 Since split.Tensor and split_with_sizes decompose to as_strided (see issue above why as_strided is problematic), we remove them from the decomp tables. cc @zjgarvey --------- Signed-off-by: raayandhar <rdhar@amd.com> | 10 个月前 | |
support decomposition of aten.adaptive_max_pool2d (#3954) * also move backend_legal_ops into fx_importer_backend and jit_importer_backend, so that onnx/fx/jit importer test maintain their own backend_legal_ops config. * TODO: unify different backend_legal_ops into one. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 9 个月前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 10 个月前 | ||
| 1 年前 |