-
I've tried loading two mods that use Game.xml files, one for S2/v4 and one for CD/v3, making sure both of them have the TargetVersion tag, however both mods crash after loading the file. These mods lo…
-
### 🐛 Describe the bug
```
import torch
from transformers import AutoModelForCausalLM,AutoTokenizer
import torch._dynamo as dynamo
from datetime import datetime
from torch._dynamo.optimizations …
-
Came across the this issue when comparing performance in TorchInductor for the lowering in https://github.com/pytorch/torchdynamo/pull/1270 and the decomp in https://github.com/pytorch/pytorch/pull/85…
-
- [x] Build target 3Q cyclic SWAP unitary
- [x] Use Hamiltonian to see if feasible to build target cyclic SWAP unitary
- [x] Sweep g, phi terms
- [x] Advanced optimization sweep (ML?), with time-de…
-
### 🐛 Describe the bug
Accuracy failure - Dtype mismatch
### Minified repro
~~~
from math import inf
import torch
from torch import tensor, device
import torch.fx as fx
import torch._dyn…
-
### 🐛 Describe the bug
`x + GroupNorm()(x)` stacked enough times seems to result in NaN gradients' being returned by autograd.
affects stable-diffusion. breaks CLIP guidance. I believe this explai…
-
Repro
~~~
import torch
import torchdynamo
from torch import tensor, device
import torch.fx as fx
from torchdynamo.testing import rand_strided
from math import inf
from torchdynamo.debug_util…
-
https://github.com/pytorch/functorch/blob/main/functorch/_src/decompositions.py
This is a good reference for breaking/decomposing torch ops.
-
Some decomp projects use fixed-address declarations for OS memory mapped I/O, like this:
```c
u32 __OSBusClock : 0x800000F8;
```
I think this is nonstandard syntax which is supported by MWCC.
…
-
See also #491.
I ran a decomp test suite with evp, eap, and vp-picard. I did not test vp-anderson as that is not ready to use out of the box. Below are the results. evp and eap pass all tests wi…