[HIP] Fix for hipArray_t failure on nvcc path
Fixes SWDEV-148407
This commit is contained in:
committed by
Maneesh Gupta
parent
d90c66f5bf
commit
c4618f2c3b
@@ -160,6 +160,7 @@ typedef CUmodule hipModule_t;
|
||||
typedef CUfunction hipFunction_t;
|
||||
typedef CUdeviceptr hipDeviceptr_t;
|
||||
typedef struct cudaArray hipArray;
|
||||
typedef struct cudaArray* hipArray_t;
|
||||
typedef struct cudaArray* hipArray_const_t;
|
||||
typedef cudaFuncAttributes hipFuncAttributes;
|
||||
typedef CUfunction_attribute hipFunction_attribute;
|
||||
|
||||
Reference in New Issue
Block a user