Updated version string

Change-Id: I86695e5deba87ef3a8d390d9a78a88be815dff0e


[ROCm/clr commit: 61641cb8e8]
This commit is contained in:
Maneesh Gupta
2016-06-21 08:39:47 +05:30
parent 6d87abcf20
commit 2f54161c11
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ We have attempted to document known bugs and limitations - in particular the [HI
Stay tuned - the work for many of these features is already in-flight.
===================================================================================================
Release:0.95.00
Release:0.90.00
Date: 2016.06.xx
-Support dynamic shared memory allocations
-Min HCC compiler version is > 16186.
+1 -1
View File
@@ -25,7 +25,7 @@ exit(-1);
}
$HIP_VERSION_MAJOR = "0";
$HIP_VERSION_MINOR = "95";
$HIP_VERSION_MINOR = "90";
$HIP_VERSION_PATCH = "0";
$verbose = $ENV{'HIPCC_VERBOSE'};