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

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #126894 * __->__ #126878 ---- * Prevent aot autograd metadata analysis from calling `untyped_storage()` if tensor is a wrapper * Add tests to...

open source
topic: not user facing
module: dynamo
ciflow/inductor

Move non/strict _export to different functions.

Summary: Not sure if this is a good idea? Handful of new expected failures. But will be useful for a future diff Test Plan: tests Differential Revision: D57638904

fb-exported
topic: not user facing

## Base PR for Inductor integration with oneDNN Graph int8 fusions (experimental) #### Platforms supported only builds on Linux with gcc version

module: cpu
module: mkldnn
open source
ciflow/trunk
release notes: quantization
module: inductor
module: dynamo
ciflow/inductor
ciflow/linux-aarch64

Fixes #ISSUE_NUMBER cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @yanbing-j @Guobing-Chen @Xia-Weiwen @snadampal

module: mkldnn
ciflow/linux-aarch64

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #126883 * #126517 * #125897 * #125831 * __->__ #125819 * #125308 * #124926 The key change is code movement. We just moved...

open source
module: inductor
ciflow/inductor

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #126897 cc @mrshenli @pritamdamania87 @zhaojuanmao @satgera @gqchen @aazzolini @osalpekar @jiayisuse @H-Huang @kwen2501 @awgu @penguinwu @fegin @XilunWu @fduwjj @wz337 @tianyu-l @wconstab @yf225 @chauhang...

oncall: distributed
release notes: distributed (fsdp)

Reverts pytorch/pytorch#126452 cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang

module: rocm
topic: not user facing
ciflow/rocm

Some initial changes to move to C++11 ABI cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang

open source
module: inductor
ciflow/inductor

`inductor/test_cpu_cpp_wrapper` is not actually being run in `inductor_cpp_wrapper_abi_compatible` test config The cpu device type gets removed in https://github.com/pytorch/pytorch/blob/d28868c7e8bcd41c9219f099aa5f7a5332c912fd/torch/testing/_internal/common_device_type.py#L733 so https://github.com/pytorch/pytorch/blob/d28868c7e8bcd41c9219f099aa5f7a5332c912fd/test/inductor/test_cpu_cpp_wrapper.py#L396 returns false. Feel free to make a PR with a...

module: inductor
ciflow/inductor
oncall: cpu inductor