From 97b91267b0e48ecafbb5d30e8a4f5f4ce6527d88 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Sat, 16 Apr 2016 14:49:10 +0530 Subject: [PATCH] Bump min required hcc to workweek 16155 [ROCm/clr commit: 1cd52f5192ebb2a8b5d7262f84ab681fa357c2f4] --- projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h b/projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h index 013597bba6..79eb369e48 100644 --- a/projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h +++ b/projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h @@ -34,7 +34,7 @@ THE SOFTWARE. #include //#include "hip_hcc.h" -#if defined (__HCC__) && (__hcc_workweek__ < 16074) +#if defined (__HCC__) && (__hcc_workweek__ < 16155) #error("This version of HIP requires a newer version of HCC."); #endif