Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0009-Fix-corner-cases-with-permute-88226.patch | Fix corner cases with permute (#88226) Previously the permute function was extended to behave like the `order` function for first-class dimensions. However, unlike `permute`, `order` doesn't have a keyword argment `dims`, and there is no way to add it in a way that makes both permute an order to continue to have the same behavior. So this change just removes the extra functionality of permute, which wasn't documented anyway. Fixes #88187 Pull Request resolved: https://github.com/pytorch/pytorch/pull/88226 Approved by: https://github.com/zou3519 |
Zachary DeVito <zdevito@meta.com> | no | 2022-11-01 | ||
1010-nvfuser.patch | =================================================================== | no | ||||
1020-dirtyhack.patch | The elegant patching work is based on the master branch https://github.com/pytorch/pytorch/issues/14699 And we will be able to use that solution in the next upstream release. I don't want to rebase my patches back to this version, so let's go with a fast, yet dirty hack. |
Mo Zhou | no | 2023-09-30 | ||
1030-dirtyhack.patch | Enable DNNL/ideep integration and refresh symbols control file. | Mo Zhou | no | 2023-09-30 | ||
1040-cmake-strip-3rdparty.patch | Patch cmake to strip third-party directory includes/checks. | Mo Zhou | no | 2023-08-22 | ||
2000-version.patch | make the "torch.__version__" value correct. The upstream use env vars instead.diff --git a/version.txt b/version.txt index ecaf4eea..eca07e4c 100644 |
invalid | ||||
2050-pytorch_glog_update.patch | move IsGoogleLoggingInitialized() to public API It was an internal function and project used hacks to reach it. Now it's part of the public API. |
Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2022-03-08 | ||
2060-fix-wrong-shebang.patch | fix wrong shebang -- =================================================================== |
Mo Zhou | invalid | 2023-07-17 | ||
2080-fix-aten-config-cmake-path.patch | avoid including the build path in the cmake configuration file | invalid | 2023-09-06 | |||
2090-functorch-ftbfs.patch | this is code typo. leads to FTBFS.=================================================================== | not-needed |