From db7e5795293481401630e57793c5d774a29a3893 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 2 May 2018 12:54:17 +0530 Subject: [PATCH] Cleaned up [ROCm/clr commit: 976b9ed2005ebcebec2cdd995db87fc74ca86c07] --- projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h b/projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h index 7f64845fbe..6f222648a2 100644 --- a/projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h +++ b/projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h @@ -150,8 +150,7 @@ typedef CUfunction hipFunction_t; typedef CUdeviceptr hipDeviceptr_t; typedef struct cudaArray hipArray; typedef struct cudaArray* hipArray_const_t; -typedef cudaMemcpy3DParms hipMemcpy3DParms; -//#define hipMemcpy3DParms cudaMemcpy3DParms +#define hipMemcpy3DParms cudaMemcpy3DParms #define hipArrayDefault cudaArrayDefault typedef cudaTextureObject_t hipTextureObject_t;