Angela Yi

Results 26 issues of Angela Yi

Summary: https://github.com/pytorch/pytorch/pull/118239 added a decomposition for pixel_shuffle, so pixel_shuffle no longer needs to be a Core ATen Op. We have also fixed the internal use case so that it no...

fb-exported
ciflow/trunk
module: inductor
ciflow/inductor

By changing runtime symbolic asserts to using assert_scalar, the asserts can call into `expect_true` and modify the shape env so that we can run through the traced graph module with...

Merged
Reverted
ciflow/trunk
module: inductor
module: dynamo
ciflow/inductor
release notes: export

Reviewed By: tarun292 Differential Revision: D56209661

CLA Signed
fb-exported

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #125054 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
module: dynamo
ciflow/inductor
ci-td-distributed

Fixes #ISSUE_NUMBER

ciflow/inductor
ci-td-distributed

In the given test case, we have a ModuleList of 3 modules (`norm.0`, `norm.1`, `norm.2`) which share the same `weight` and `bias` tensors. However when we trace, they all end...

ci-td-distributed

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #125242 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
ci-td-distributed

Fixes [internal error](https://fb.workplace.com/groups/1075192433118967/permalink/1416709435633930/). The issue is that the asserting nodes added in the `insert_deferred_runtime_assertion` pass do not contain metadata that the ExportedProgram requires the graph to have. One solution to...

topic: not user facing
module: inductor
ciflow/inductor
ci-td-distributed

A previous PR added support for serializing/deserializing example inputs, but this fails when `example_inputs` is none.

ciflow/inductor
ci-td-distributed

Test Plan: CI Differential Revision: D56893728 cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang

fb-exported
ciflow/trunk
module: dynamo
ciflow/inductor
ci-td-distributed