-
# Issue Description
The problem occurs in any situation where the "Wall Location" node is used. Two errors happen: first, it does not generate the selected information; second, when trying to change …
-
### 🐛 Describe the bug
`functorch.experimental.control_flow.cond` is not yet supported by `torch.onnx.dynamo_export`
```python
import torch
from functorch.experimental.control_flow import cond…
-
```
@torch.compile(fullgraph=True, dynamic=True, backend="inductor")
def f(x):
b = x[0]
if(x.size()==b.size()):
return x
return x*2
```
len(x.size()) is 2
and len(b.size()) …
-
I've built a version using dynamodb as backend using this as foundation, with (experimental) locking support, would you be interested in merging the work back? I can create a pull and iterate over the…
-
If this issue is **not** a bug report or improvement request, please check the [Dynamo forum](https://forum.dynamobim.com/), and start a thread there to discuss your issue.
## Dynamo version - (can…
-
1.3.3.4111 Dynamo version
19.0.1.1 Revit version - student version
Win 10 x64 Operating system
## What did you do?
attempted to make a wall using dynamo.
after pressing 'run' from manual…
-
### 🐛 Describe the bug
The following code generates the compile error below:
```
import code
import time
import warnings
import numpy as np
import torch
from torch.nn.attention.flex_attent…
-
# Issue Description
Please fill in the following information to help us reproduce the issue:
## Dynamo version
Dynamo: `2.15.1.6076`
## Operating system
OS: `Microsoft Windows NT 10.0.22631.0…
-
### 🐛 Describe the bug
If I torch.compile `torch.amp.GradScaler`, it works. But if I copy paste grad_scaler.py and import GradScaler from there, I receive an error.
To reproduce (testcase taken …
-
We had to disable a couple tests on windows because they now fail on windows:
```
FAILED thunder/tests/test_torch_compile_executor.py::test_torch_compile_litgpt - torch._dynamo.exc.BackendCompiler…