From e687245eb054bc8eb22861329f38fefef0e71231 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 2 May 2018 12:54:17 +0530 Subject: [PATCH] Cleaned up [ROCm/hip commit: b4585a2a90ab5a55e702425036f9ca6dc55cf8c4] --- projects/hip/include/hip/nvcc_detail/hip_runtime_api.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h b/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h index 7f64845fbe..6f222648a2 100644 --- a/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h +++ b/projects/hip/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;