Remove the conversion of warpSize to be consistent with hipDeviceProp

[ROCm/hip commit: 2ec8de3b27]
This commit is contained in:
wsttiger
2017-09-15 15:05:05 -05:00
rodzic b4ee2c5c3f
commit 1eeda56cfe
-3
Wyświetl plik
@@ -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