pytorch
pytorch copied to clipboard
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #92126 * #90735 * #90734 * __->__ #90733 * #92931 * #92930 * #93040 This PR refactors the dispatching logic to make it...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #93073 Signed-off-by: Edward Z. Yang
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #92126 * #90735 * #90734 * #90733 * #92931 * __->__ #92930 * #93040 This added the numpy typing plugin to mypy config...
`@torch.jit.unused` is supposed to mark methods to be excluded from jit scripting. jit creates stub with the same number of arguments to throw an exception if client call `jit.unused` method....
tldr; this should fix some minor perf regressions that were caused by adding more as_strided() calls in aot autograd. This PR adds a new context manager, `torch.autograd._set_view_replay_enabled()`. Context: AOT Autograd...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #93077 These errors were found by looking at wav2vec2 See https://github.com/pytorch/pytorch/issues/91719 Signed-off-by: Edward Z. Yang cc @mlazos @soumith @voznesenskym @yanboliang @penguinwu @anijain2305...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #93076 Instead, use Dynamo dynamic_shapes config Signed-off-by: Edward Z. Yang cc @mlazos @soumith @voznesenskym @yanboliang @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @chunyuan-w @XiaobingSuper...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #92126 * #90735 * #90734 * #90733 * #92931 * #92930 * __->__ #93040 backend is not actually getting used in anywhere, so...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #93075 Signed-off-by: Edward Z. Yang cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @yanbing-j @Guobing-Chen @Xia-Weiwen