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

In comms default_hooks - decompress stream is hardcoded to cuda type. fix this to use generic type based on the grad tensor device. cc @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen...

oncall: distributed
triaged
open source
module: ddp
ciflow/trunk
ciflow/periodic

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #126907 * #124745 This adds a bunch of global configurations to the cache key. There's definitely more I haven't added, but this...

topic: not user facing
module: dynamo
ciflow/inductor

This is a meta only tool, this allow users to profile any python function by annotating it with **strobelight** using the strobelight profiler. ex ``` def fn(x, y, z): return...

ciflow/trunk
topic: not user facing

Use sleef for aarch64 by default. cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang

ciflow/trunk
module: inductor
ciflow/inductor

Fixes https://github.com/pytorch/pytorch/issues/75287 and https://github.com/pytorch/pytorch/issues/117437 Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #126704 * #126906 cc @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @osalpekar @jiayisuse @H-Huang @kwen2501 @awgu @penguinwu @fegin @XilunWu...

oncall: distributed
release notes: quantization
module: dynamo
ciflow/inductor
release notes: AO frontend

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

topic: not user facing

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #114947 * #116375 * __->__ #116372 * #116374 1. Add a new method `treespec.entries()` 2. Change `treespec.context` access to `treespec.entries()` to hide the...

open source
ciflow/trunk
release notes: fx
topic: not user facing
module: pytree

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

module: testing
ciflow/trunk
topic: not user facing
keep-going

Add and test torchao nightly testing workflow. This workflow will be triggered under the following conditions: 1. If the PR has ciflow/torchao label 2. Manual trigger It will run the...

release notes: releng
ciflow/torchao

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #126813 * #126699 * __->__ #126826 * #126590 * #126328 This PR makes it such that we search for a libtorch wheel when...