Merge pull request #183 from wsttiger/master

Remove the conversion of warpSize to be consistent with hipDeviceProp
Этот коммит содержится в:
Maneesh Gupta
2017-09-20 09:15:18 +05:30
коммит произвёл GitHub
родитель 9d885ced0d 2ec8de3b27
Коммит 2db70fe5fd
-3
Просмотреть файл
@@ -327,9 +327,6 @@ while (@ARGV) {
$ft{'coord_func'} += s/\bgridDim\.y\b/hipGridDim_y/g;
$ft{'coord_func'} += s/\bgridDim\.z\b/hipGridDim_z/g;
# hack to avoid replacing hipDeviceProp.warpSize call
$ft{'special_func'} += s/([^.])\bwarpSize\b/$1hipWarpSize/g;
#--------
# Events