Remove remaining THC code (#69039)

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

Test Plan: Imported from OSS

Reviewed By: anjali411

Differential Revision: D32872476

Pulled By: ngimel

fbshipit-source-id: 7972aacc24aef9450fb59b707ed6396c501bcb31
This commit is contained in:
Peter Bell 2021-12-08 12:14:23 -08:00 committed by Facebook GitHub Bot
parent 70acb3e415
commit c65af9ef5a

View File

@ -23,9 +23,9 @@
// #pragma push
// #pragma diag_suppress = 68
#include <ATen/cuda/CUDAContext.h>
#include <THC/THC.h>
// #pragma pop
#include "../cuda/commands.h"
#include <TH/TH.h>
#else
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"