-
With patched https://github.com/pytorch/pytorch/pull/87183, the following script produces wrong results, the returned value is same as input, nothing is added, `index_put_` from index_add decompositio…
-
I'm in the situation where a single energy/force evaluation is only slightly too memory-expensive to fit on a single node. Based on the examples in the benchmark folder, I gather that the MEMORY_CUT a…
-
### 🐛 Describe the bug
We cut a [release branch](https://github.com/pytorch/pytorch/tree/release/2.1) for the 2.1.0 release.
Our plan from this point from this point is roughly:
* Phase 1 (un…
-
Some people were unable to run the code below using Python3.9. Multiple people had this experience, probably with different variants of 3.9. One person said that he fixed the issue by reverting to a…
-
See pytorch/pytorch#93757 for list of missing ops.
I've seen this op recently show up in `pytorch_CycleGAN_and_pix2pix` and `pytorch_stargan` when using the latest pytorch. Args are:
```
[WARNIN…
-
Dear Authors,
Hi, thanks a lot for your library. I recently encountered a very strange error using this library. My code is as follows, which is only slightly modified from your Example0.ipynb:
…
-
### 🐛 Describe the bug
[test_compile](https://github.com/pyg-team/pytorch_geometric/blob/master/test/nn/test_compile.py) passes for dynamic and static shapes on simple gather scatter ops. Using my …
-
Compile the following simple model to LINALG backend.
```python
import torch
import torch_mlir
class Model(torch.nn.Module):
def __init__(self):
super().__init__()
def for…
-
### 🐛 Describe the bug
As soon as I import pypose running the compiled function `(torch.compile(model)` of a module is broken.
This code works fine.
```python
import torch
import warnings
c…
-
Define a file `repro.py`:
```
import torch
x = torch.randn(3)
@torch.compile()
def f():
return x + x
f()
```
Run on `viable/strict`:
```
TORCH_LOGS=dynamo,aot python repro.py
```
Th…