From cd73ab06dbd264ea4aca987610a5115ce8b206f2 Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Thu, 13 Oct 2016 15:15:02 -0500 Subject: [PATCH] added limit enum to nvcc Change-Id: If9cb6b1205631da36ec18a84f736f2f2f5155885 [ROCm/hip commit: e1929e8e829ccccdaf631013f08666428b01630e] --- projects/hip/include/hip/nvcc_detail/hip_runtime_api.h | 1 + 1 file changed, 1 insertion(+) 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 b4369eb9f0..a11f383b98 100644 --- a/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h +++ b/projects/hip/include/hip/nvcc_detail/hip_runtime_api.h @@ -67,6 +67,7 @@ hipMemcpyHostToHost #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_END CU_LAUNCH_PARAM_END +#define hipLimitMallocHeapSize cudaLimitMallocHeapSize typedef cudaEvent_t hipEvent_t; typedef cudaStream_t hipStream_t;