Fix typo in hipcc

Change-Id: I35817c08b503f438f412d4bfe84afc11b671dc77


[ROCm/hip commit: 2d1d6b2973]
This commit is contained in:
Maneesh Gupta
2016-09-01 12:11:11 +05:30
parent 34ed6ed4cc
commit 1e9e786427
+1 -1
View File
@@ -176,7 +176,7 @@ if($HIP_PLATFORM eq "nvcc"){
if($ARGV[0] eq "--gencodeobject"){
foreach $isaarg (@ARGV){
$ISACMD .= " ";
$ISACMD .= $isarg;
$ISACMD .= $isaarg;
}
system($ISACMD);
exit(0);