pytorch icon indicating copy to clipboard operation
pytorch copied to clipboard

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Results 2350 pytorch issues
Sort by recently updated
recently updated
newest added

This is an updated PR to equip cond with the autograd feature and replaces the old [PR](https://github.com/pytorch/pytorch/pull/126007) @ydwu4 I tried to incorporate your requests already. Currently there are two problems...

open source
module: dynamo

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #126892 * __->__ #126887 simplify the test :) cc @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @osalpekar @jiayisuse @H-Huang @kwen2501 @penguinwu @fegin @XilunWu @wanchaol...

oncall: distributed
ciflow/trunk
topic: not user facing

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

ciflow/trunk
module: inductor
ciflow/inductor

This PR adds a registration function and a global registry for GraphModuleSerializer. After this PR, custom serialization methods can be done through registration instead of subclassing for ease of maintenance....

ciflow/inductor

Continue from #125930 The PR addresses the common existence of unused assertion nodes in models. (workaround #112443) Assertion ops does not return anything in the graph, so it's not even...

module: onnx
open source
onnx-triaged
ciflow/trunk
release notes: onnx
topic: new features

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

module: dynamo
ciflow/inductor

Small import fix to make the example run

open source
ciflow/trunk
release notes: nn
topic: docs

Will this fixes issues in #126174 ? cc @tinglvv

open source
topic: not user facing

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #126813 * __->__ #126699 * #126826 * #126590 * #126328 Specifically this PR tests building the split build on our manywheel builds on...

ciflow/trunk
topic: not user facing

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #126813 * #126699 * #126826 * #126590 * #126328 This PR builds the split build in the pull workflow and runs the...

topic: not user facing