Move include/* to include/hip/*

Change-Id: I7a7b2839b4df59c7a4c503550f99fdc9e45c0f54
This commit is contained in:
Maneesh Gupta
2016-10-04 22:17:18 +05:30
parent 48849feba3
commit bbfc08f419
40 changed files with 51 additions and 48 deletions
-1
View File
@@ -1 +0,0 @@
../include
@@ -2,7 +2,7 @@
#define HCC_H
#if defined(__HIP_PLATFORM_HCC__) && !defined (__HIP_PLATFORM_NVCC__)
#include <hcc_detail/hcc_acc.h>
#include "hip/hcc_detail/hcc_acc.h"
#endif
#endif
@@ -20,7 +20,7 @@ THE SOFTWARE.
#ifndef HIP_FP16_H
#define HIP_FP16_H
#include "hip_runtime.h"
#include "hip/hip_runtime.h"
typedef struct{
unsigned x: 16;
@@ -21,11 +21,9 @@ THE SOFTWARE.
#define HIP_LDG_H
#if __HCC__
#include"hip_vector_types.h"
#include"host_defines.h"
#if __hcc_workweek__ >= 16164
#include"hip/hip_vector_types.h"
#include"hip/hcc_detail/host_defines.h"
#include "hip/hip_vector_types.h"
#include "hip/hcc_detail/host_defines.h"
__device__ char __ldg(const char* );