You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Work in progress oneDNN patch, [Enable jit conv for 128](https://github.com/uxlfoundation/oneDNN/pull/3022) with ~30% speed up for backward convolutions
12
23
- Add `--wheel-only` flag for only building the torch wheel
@@ -25,6 +36,8 @@ where `YY` is the year, and `MM` the month of the increment.
25
36
### Removed
26
37
- Removes WIP patches which have now landed in the upstream nightly PyTorch builds.
27
38
- Removes `--tags --force` from git clone command, and adds `--depth=1` to speedup the checkout.
39
+
- Temporarily removes `--compile` option from some examples due to an issue with https://github.com/pytorch/pytorch/pull/147151
40
+
the compile path does not work as expected in these cases.
0 commit comments