Remove THCNumerics (#66388)

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

Test Plan: Imported from OSS

Reviewed By: mruberry

Differential Revision: D31547710

Pulled By: ngimel

fbshipit-source-id: 20710328f2e5fc2e931a3f8ba9b4243acc310d54
This commit is contained in:
Peter Bell
2021-10-12 22:02:30 -07:00
committed by Facebook GitHub Bot
parent 2d3b23190c
commit 8eb85b5027
17 changed files with 70 additions and 377 deletions

View File

@ -420,7 +420,7 @@ class TestCppExtensionJIT(common.TestCase):
for the corresponding issue.
"""
cuda_source = """
#include <THC/THCNumerics.cuh>
#include <THC/THCGeneral.h>
template<typename T, typename U>
__global__ void half_test_kernel(const T* input, U* output) {