Vincent Moens

Results 145 issues of Vincent Moens

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #1023 * #1022

CLA Signed

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #1004

CLA Signed

### 🚀 The feature, motivation and pitch Currently, a guard will be put for a frozen dataclass: ``` TORCH_LOGS="+guards" python -c """from dataclasses import dataclass import torch @dataclass(frozen=True) class MyDC:...

triaged
topic: not user facing
oncall: pt2
module: dynamo
module: guards
dynamo-triage-june2024

### 🐛 Describe the bug TensorDict is a MutableMapping object, and is treated as such by torch.compile: ```python import torch from tensordict import TensorDict td = TensorDict(a=1, b=2, c=True) @torch.compile(fullgraph=True)...

oncall: pt2
module: dynamo
dynamo-dicts
dynamo-nn-modules

### 🐛 Describe the bug The following benchmarks are at least 3x - if not 10x slower on mps than cpu on a recent macbook pro M3 ```python from torch.utils.benchmark...

module: performance
triaged
module: mps