From 5ad285594abeb617b1c68ad635f976db1eaff5fa 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/hip commit: 172939e397591cc0a770493d3acd0530c0c91100] --- projects/hip/include/hcc_detail/hip_hcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hcc_detail/hip_hcc.h b/projects/hip/include/hcc_detail/hip_hcc.h index 939d57c062..62989fa9e2 100644 --- a/projects/hip/include/hcc_detail/hip_hcc.h +++ b/projects/hip/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