From 2ec8de3b2719724020eff04efb9558a6a75c7ede Mon Sep 17 00:00:00 2001 From: wsttiger Date: Fri, 15 Sep 2017 15:05:05 -0500 Subject: [PATCH] Remove the conversion of warpSize to be consistent with hipDeviceProp --- bin/hipify-perl | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/hipify-perl b/bin/hipify-perl index a37f728bd1..ada017abf4 100755 --- a/bin/hipify-perl +++ b/bin/hipify-perl @@ -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