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