From c9463f973a4bdf81c01eb21d4b44ca5e289b2e81 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Wed, 7 Sep 2016 15:15:45 -0500 Subject: [PATCH] Bump min required HCC version (need feature for hipStreamQuery) Change-Id: I3d51de0527b73a88948b0263a4ba6cb90d71a280 [ROCm/clr commit: 43c68b20a7235f3b486f11f5e9b1678e52fc3870] --- projects/clr/hipamd/include/hcc_detail/hip_hcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hcc_detail/hip_hcc.h b/projects/clr/hipamd/include/hcc_detail/hip_hcc.h index 939d57c062..62989fa9e2 100644 --- a/projects/clr/hipamd/include/hcc_detail/hip_hcc.h +++ b/projects/clr/hipamd/include/hcc_detail/hip_hcc.h @@ -25,7 +25,7 @@ THE SOFTWARE. #include "hip/hcc_detail/unpinned_copy_engine.h" -#if defined(__HCC__) && (__hcc_workweek__ < 16186) +#if defined(__HCC__) && (__hcc_workweek__ < 16354) #error("This version of HIP requires a newer version of HCC."); #endif