pytorch icon indicating copy to clipboard operation
pytorch copied to clipboard

Tensors and Dynamic neural networks in Python with strong GPU acceleration

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

## Pitch Enable bf16 support for mkldnn prepack conv2d in NNC. ## Performance The BF16 conv performance has been evaluated in https://github.com/pytorch/pytorch/pull/82705. ## Additional context This PR depends on BF16...

oncall: jit
open source
cla signed
release notes: jit

Reference: #74613 cc @mruberry @kshitij12345!

open source
cla signed

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #84631 * __->__ #84455 * #84567 * #84454 * #84554 This `make_arg` convention removes a lot of visual clutter in the sample input...

open source
cla signed

# Summary This exposes the _scaled_dot_product_attention function to python in the nn namespace. It is still underscored because the api for args, and kwargs is still in flux for the...

Merged
cla signed
Reverted
ciflow/trunk
topic: not user facing

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

module: sparse
open source
cla signed
release notes: sparse

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #85403 * __->__ #85402 Not sure why this check was necessary? Tests seem to run fine without it. There were definitely tests this...

open source
cla signed
topic: not user facing

Stack from [ghstack](https://github.com/ezyang/ghstack): * __->__ #85311

cla signed

New ref: `torch._refs.sum_to_size`. View consistency validation is disabled because the ref returns a view instead of returning the input.

open source
cla signed
module: primTorch

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #85164 * #85108 Summary: - Add new cuda test for quantized index_put - Add determinsitc test for CPU and CUDA quantized index_put...

cla signed
release notes: quantization
topic: new feature

This PR moves functorch C++ code that does not depend on python into aten/src/ATen/functorch. The C++ code that does depend on python (the python bindings as well as torchdim) will...

cla signed
ciflow/trunk