From bda788ca9765fee90cb8509bb8b172f2fff57c73 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 --- hipamd/bin/hipify-perl | 3 --- 1 file changed, 3 deletions(-) diff --git a/hipamd/bin/hipify-perl b/hipamd/bin/hipify-perl index a37f728bd1..ada017abf4 100755 --- a/hipamd/bin/hipify-perl +++ b/hipamd/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