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): * #126894 * __->__ #126878 ---- * Prevent aot autograd metadata analysis from calling `untyped_storage()` if tensor is a wrapper * Add tests to...
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
## Base PR for Inductor integration with oneDNN Graph int8 fusions (experimental) #### Platforms supported only builds on Linux with gcc version
Fixes #ISSUE_NUMBER cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @yanbing-j @Guobing-Chen @Xia-Weiwen @snadampal
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...
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...
Reverts pytorch/pytorch#126452 cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang
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
`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...