Remove the conversion of warpSize to be consistent with hipDeviceProp

Este commit está contenido en:
wsttiger
2017-09-15 15:05:05 -05:00
padre 5e48654932
commit bda788ca97
-3
Ver fichero
@@ -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