This commit is contained in:
Rahul Garg
2018-05-02 12:54:17 +05:30
rodzic 1d76c48e3d
commit 976b9ed200
@@ -150,8 +150,7 @@ typedef CUfunction hipFunction_t;
typedef CUdeviceptr hipDeviceptr_t; typedef CUdeviceptr hipDeviceptr_t;
typedef struct cudaArray hipArray; typedef struct cudaArray hipArray;
typedef struct cudaArray* hipArray_const_t; typedef struct cudaArray* hipArray_const_t;
typedef cudaMemcpy3DParms hipMemcpy3DParms; #define hipMemcpy3DParms cudaMemcpy3DParms
//#define hipMemcpy3DParms cudaMemcpy3DParms
#define hipArrayDefault cudaArrayDefault #define hipArrayDefault cudaArrayDefault
typedef cudaTextureObject_t hipTextureObject_t; typedef cudaTextureObject_t hipTextureObject_t;