Migrate legacy lstsq from THC to ATen (CUDA) (#63504)
authorPeter Bell <peterbell10@live.co.uk>
Tue, 24 Aug 2021 19:43:27 +0000 (12:43 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 24 Aug 2021 19:47:16 +0000 (12:47 -0700)
commit4a0776100e347c887378b676f3deabd14b88d7b2
tree970cdc00fde8f92adaccfded70394a8974eb2e30
parent699c764d2ef1e489ef2766d360701f61f602a7d7
Migrate legacy lstsq from THC to ATen (CUDA) (#63504)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63504

Closes gh-24592

Test Plan: Imported from OSS

Reviewed By: mruberry

Differential Revision: D30441304

Pulled By: ngimel

fbshipit-source-id: ec176596f54bc084af48a73d1dbb0dcb82fec593
BUILD.bazel
aten/src/ATen/LegacyTHFunctionsCUDA.h
aten/src/ATen/cuda/LegacyTHFunctionsCUDA.cpp
aten/src/ATen/native/cuda/BatchLinearAlgebra.cu
aten/src/ATen/native/native_functions.yaml
aten/src/THC/CMakeLists.txt
aten/src/THC/THCTensorMath.h
aten/src/THC/THCTensorMathMagma.cpp
aten/src/THC/THCTensorMathMagma.h [deleted file]
aten/src/THC/generic/THCTensorMathMagma.cpp [deleted file]
aten/src/THC/generic/THCTensorMathMagma.h [deleted file]