Animesh Jain
Animesh Jain
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #124501 * __->__ #125936 @jackiexu1992 Wondering if you could fix the test case after this change. I think pattern matcher should still work....
Just to show how to use hierarchical compilation. On my machine, I see compilation finishing very quickly. Would love for someone from TorchTune to do two things * Measure the...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #126304 * #126723 * #126578 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #126304 * __->__ #126578 * #126468 Tracing through `__init__` is important because it initializes (calls STORE_ATTR) on members. By doing that, we kick...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #126591 I don't really know what made hf_Bigbird pass earlier, but it should never have. The model uses `numpy` in between the...
### 🐛 Describe the bug ``` TORCH_LOGS="recompiles" TORCHDYNAMO_INLINE_INBUILT_NN_MODULES=1 python benchmarks/dynamo/torchbench.py --ci --accuracy --timing --backend=inductor --device cuda --inference --bfloat16 --only=moco ``` The recompilation causing problem is ``` [rank0]:V0514 16:27:34.740000 140652138796864 torch/_dynamo/guards.py:2594]...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #126304 * __->__ #126723 * #126578 cc @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @osalpekar @jiayisuse @H-Huang @kwen2501 @awgu @penguinwu @fegin @XilunWu @wanchaol @fduwjj...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #118448 * __->__ #129830 Fixes https://github.com/pytorch/pytorch/issues/118563 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #118448 * #129830 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @aakhundov
### 🐛 Describe the bug Seems like we need automatic dynamic to kick for strides. Or maybe skip strides when size is 1? ``` import torch @torch.compile(backend="eager") def fn(x, y):...