Add some missing APIs on nv path and hipify

Change-Id: Ic0f4740ab06bf70b1de61b39fedc7a6e7605cb61
This commit is contained in:
pensun
2016-11-23 14:36:30 -06:00
parent a4b43a6610
commit 69b43ec17c
2 changed files with 7 additions and 0 deletions
@@ -70,6 +70,7 @@ hipMemcpyHostToHost
#define HIP_LAUNCH_PARAM_BUFFER_SIZE CU_LAUNCH_PARAM_BUFFER_SIZE
#define HIP_LAUNCH_PARAM_END CU_LAUNCH_PARAM_END
#define hipLimitMallocHeapSize cudaLimitMallocHeapSize
#define hipIpcMemLazyEnablePeerAccess cudaIpcMemLazyEnablePeerAccess
typedef cudaEvent_t hipEvent_t;
typedef cudaStream_t hipStream_t;