Add missing hipHostRegister flags on nvcc path
Change-Id: I69f09204d9c544935104d4168ab8d3626666a623
[ROCm/hip commit: 64d1cf86b7]
This commit is contained in:
@@ -105,8 +105,10 @@ typedef enum hipChannelFormatKind {
|
|||||||
#define hipHostMallocCoherent 0x0
|
#define hipHostMallocCoherent 0x0
|
||||||
#define hipHostMallocNonCoherent 0x0
|
#define hipHostMallocNonCoherent 0x0
|
||||||
|
|
||||||
|
#define hipHostRegisterDefault cudaHostRegisterDefault
|
||||||
#define hipHostRegisterPortable cudaHostRegisterPortable
|
#define hipHostRegisterPortable cudaHostRegisterPortable
|
||||||
#define hipHostRegisterMapped cudaHostRegisterMapped
|
#define hipHostRegisterMapped cudaHostRegisterMapped
|
||||||
|
#define hipHostRegisterIoMemory cudaHostRegisterIoMemory
|
||||||
|
|
||||||
#define HIP_LAUNCH_PARAM_BUFFER_POINTER CU_LAUNCH_PARAM_BUFFER_POINTER
|
#define HIP_LAUNCH_PARAM_BUFFER_POINTER CU_LAUNCH_PARAM_BUFFER_POINTER
|
||||||
#define HIP_LAUNCH_PARAM_BUFFER_SIZE CU_LAUNCH_PARAM_BUFFER_SIZE
|
#define HIP_LAUNCH_PARAM_BUFFER_SIZE CU_LAUNCH_PARAM_BUFFER_SIZE
|
||||||
|
|||||||
مرجع در شماره جدید
Block a user