Bump min required hcc to workweek 16155

[ROCm/clr commit: 1cd52f5192]
Tento commit je obsažen v:
Maneesh Gupta
2016-04-16 14:49:10 +05:30
rodič 5fcc692086
revize 97b91267b0
+1 -1
Zobrazit soubor
@@ -34,7 +34,7 @@ THE SOFTWARE.
#include <hip_runtime_api.h>
//#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