From 4a87f78fa6606cd20550d68e5a9787d8b0cdf18e Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Sun, 16 Oct 2016 11:02:36 +0530 Subject: [PATCH] Rename hipComplex.h -> hip_complex.h Change-Id: I86af4ddccc6ebb19606156b459e3065d2c979108 --- hipamd/include/hip/hcc_detail/{hipComplex.h => hip_complex.h} | 0 hipamd/include/hip/{hipComplex.h => hip_complex.h} | 4 ++-- .../include/hip/nvcc_detail/{hipComplex.h => hip_complex.h} | 0 hipamd/tests/src/hipComplex.cpp | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename hipamd/include/hip/hcc_detail/{hipComplex.h => hip_complex.h} (100%) rename hipamd/include/hip/{hipComplex.h => hip_complex.h} (94%) rename hipamd/include/hip/nvcc_detail/{hipComplex.h => hip_complex.h} (100%) diff --git a/hipamd/include/hip/hcc_detail/hipComplex.h b/hipamd/include/hip/hcc_detail/hip_complex.h similarity index 100% rename from hipamd/include/hip/hcc_detail/hipComplex.h rename to hipamd/include/hip/hcc_detail/hip_complex.h diff --git a/hipamd/include/hip/hipComplex.h b/hipamd/include/hip/hip_complex.h similarity index 94% rename from hipamd/include/hip/hipComplex.h rename to hipamd/include/hip/hip_complex.h index 96dbd77b6d..0f4fb0b3d8 100644 --- a/hipamd/include/hip/hipComplex.h +++ b/hipamd/include/hip/hip_complex.h @@ -25,9 +25,9 @@ THE SOFTWARE. #include #if defined(__HIP_PLATFORM_HCC__) && !defined (__HIP_PLATFORM_NVCC__) -#include +#include #elif defined(__HIP_PLATFORM_NVCC__) && !defined (__HIP_PLATFORM_HCC__) -#include +#include #else #error("Must define exactly one of __HIP_PLATFORM_HCC__ or __HIP_PLATFORM_NVCC__"); #endif diff --git a/hipamd/include/hip/nvcc_detail/hipComplex.h b/hipamd/include/hip/nvcc_detail/hip_complex.h similarity index 100% rename from hipamd/include/hip/nvcc_detail/hipComplex.h rename to hipamd/include/hip/nvcc_detail/hip_complex.h diff --git a/hipamd/tests/src/hipComplex.cpp b/hipamd/tests/src/hipComplex.cpp index ab1e67036a..8a153b6bf0 100644 --- a/hipamd/tests/src/hipComplex.cpp +++ b/hipamd/tests/src/hipComplex.cpp @@ -18,10 +18,10 @@ THE SOFTWARE. */ -#include +#include #include "hip/hip_runtime.h" #include "hip/hip_runtime_api.h" -#include +#include "hip/hcc_detail/hip_complex.h" #define LEN 64 #define SIZE 64<<2