forked from OSchip/llvm-project
[CUDA] remove unneeded includes from CUDA-related headers.
This should fix bot failures on PPC and windows.
This commit is contained in:
parent
8f0c673d20
commit
6707a7d7e9
|
@ -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< \
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue