Kill THCUNN (#63429)
authorPeter Bell <peterbell10@live.co.uk>
Mon, 23 Aug 2021 19:05:51 +0000 (12:05 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 23 Aug 2021 19:07:16 +0000 (12:07 -0700)
commit560cd881956bbf425251d63f0ff0f9085a759447
treec0b7f53290e5781070caa6dfe44ba334e408cd7a
parentdb1b27fa8db52402d23ff2f357856b1a5d08d258
Kill THCUNN (#63429)

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

Test Plan: Imported from OSS

Reviewed By: mruberry

Differential Revision: D30441308

Pulled By: ngimel

fbshipit-source-id: 3ae342a2f8d5c7f8827b637c4055c5d1b0a1be26
22 files changed:
BUILD.bazel
CONTRIBUTING.md
README.md
aten/CMakeLists.txt
aten/src/ATen/TensorUtils.cpp
aten/src/ATen/TensorUtils.h
aten/src/ATen/cuda/LegacyTHFunctionsCUDA.cpp
aten/src/ATen/cuda/detail/KernelUtils.h
aten/src/README.md
aten/src/THCUNN/CMakeLists.txt [deleted file]
aten/src/THCUNN/README.md [deleted file]
aten/src/THCUNN/SharedMem.cuh [deleted file]
aten/src/THCUNN/THCHalfAutoNumerics.cuh [deleted file]
aten/src/THCUNN/THCUNN.h [deleted file]
aten/src/THCUNN/common.h [deleted file]
aten/src/THCUNN/doc/api_reference.md [deleted file]
aten/src/THCUNN/doc/style_guidelines.md [deleted file]
aten/src/THCUNN/generic/THCUNN.h [deleted file]
setup.py
tools/README.md
tools/amd_build/build_amd.py
torch/utils/hipify/hipify_python.py