pytorch/torch/backends
lezcano f7b9a46880 Deprecate torch.lu
**BC-breaking note**:

This PR deprecates `torch.lu` in favor of `torch.linalg.lu_factor`.
A upgrade guide is added to the documentation for `torch.lu`.

Note this PR DOES NOT remove `torch.lu`.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/77636

Approved by: https://github.com/malfet
2022-06-07 22:50:14 +00:00
..
_coreml [coreml] Introducing Quantization (#78108) 2022-06-01 17:10:17 +00:00
_nnapi [Pytorch NNAPI] Add compilation_preference & relax_f32_to_f16 APIs (#78758) 2022-06-06 20:57:34 +00:00
cuda Deprecate torch.lu 2022-06-07 22:50:14 +00:00
cudnn Revert "[cuDNN V8 API] (reopen) Allow the number of kernels profiled under torch.backends.cudnn.benchmark = True to be limitedCudnnv8 benchmark limit (#77002)" 2022-05-24 21:52:35 +00:00
mkl
mkldnn
mps [MPS] Fix torch.mps.is_available() (#78121) 2022-05-24 05:10:38 +00:00
openmp
quantized Add onednn quant backend (#74137) 2022-03-15 01:28:21 +00:00
xnnpack Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
__init__.py