Fix release notes and minimum required hcc workweek check

このコミットが含まれているのは:
Maneesh Gupta
2016-03-08 11:14:03 +05:30
コミット a094cdba64
2個のファイルの変更2行の追加1行の削除
+1 -1
ファイルの表示
@@ -33,7 +33,7 @@ THE SOFTWARE.
#include <hip_runtime_api.h>
#include "hip_hcc.h"
#if defined (__HCC__) && (__hcc_workweek__ < 1602)
#if defined (__HCC__) && (__hcc_workweek__ < 16074)
#error("This version of HIP requires a newer version of HCC.");
#endif