eellison

Results 24 issues of eellison

Functions with a decorator are considered unused, leading to situations like https://github.com/PyCQA/pyflakes/issues/320 and https://github.com/sympy/sympy/issues/17795. If I run flake8 on the: ``` def my_overload(func): print(func) pass @my_overload def utf8(value: bytes) ->...

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #84958 This is by no means comprehensive, but adds initial support for SymInt as a Scalar. Things that don't work yet but...

cla signed

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

cla signed

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #93005 * __->__ #93004 * #93003 I think this was holdover compat code from multiple repros. we should error on failure. cc @mlazos...

topic: not user facing
module: inductor

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #93005 * #93004 * #93003 Add lowering for randn_like, fixes https://github.com/pytorch/pytorch/issues/92368 by virtue of not taking a fallback path, although the 0-element...

topic: not user facing
module: inductor
ciflow/inductor

### 🐛 Describe the bug Repro: ``` import torch def forward(self, primals_1: "f32[2, 4]", primals_2: "f32[2]", primals_5: "f32[s0, s1]"): view: "f32[s0, 4, (s1//4)]" = torch.ops.aten.reshape.default(primals_5, [-1, 4, 128]); primals_5 =...

See: https://github.com/pytorch/pytorch/issues/113063 cross-ref for the issue here, but let's consolidate conversation on the other issue.

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #125289 I was seeing a weird bug where after running max-autotune my stdout would be misdirected. other people have not been able...

ciflow/trunk
topic: not user facing
oncall: pt2
module: inductor
ciflow/inductor
merging

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #125281 cc @ezyang @msaroufim @bdhirsh @anijain2305 @chauhang @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @yf225 @chenyang78 @kadeng...

oncall: pt2
module: inductor
ciflow/inductor

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #125332 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang

module: inductor
ciflow/inductor