mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
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:
committed by
Facebook GitHub Bot
parent
2d3b23190c
commit
8eb85b5027
@ -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) {
|
||||
|
Reference in New Issue
Block a user