[CUDA] remove unneeded includes from CUDA-related headers.

This should fix bot failures on PPC and windows.
This commit is contained in:
Artem Belevich 2021-10-06 17:06:40 -07:00
parent 8f0c673d20
commit 6707a7d7e9
2 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@
#error "This file is for CUDA compilation only."
#endif
#include <type_traits>
// __nv_tex_surf_handler() provided by this header as a macro.
#define __nv_tex_surf_handler(__op, __ptr, ...) \
::__cuda_tex::__tex_fetch< \

View File

@ -1,8 +1,6 @@
/* Minimal declarations for CUDA support. Testing purposes only. */
#pragma once
#include <stddef.h>
// Make this file work with nvcc, for testing compatibility.
#ifndef __NVCC__