From f4bec1719f0950ecce684c6cfb7eb6a354be239d 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/clr commit: 943878eff423741c5cc0a5d605ed829226150835] --- projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h b/projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h index b4369eb9f0..a11f383b98 100644 --- a/projects/clr/hipamd/include/hip/nvcc_detail/hip_runtime_api.h +++ b/projects/clr/hipamd/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;