From 2d1d6b2973e1e91e5e8909d59394a09574f5b3c3 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 1 Sep 2016 12:11:11 +0530 Subject: [PATCH] Fix typo in hipcc Change-Id: I35817c08b503f438f412d4bfe84afc11b671dc77 --- bin/hipcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hipcc b/bin/hipcc index 3a9275de51..9429fc611a 100755 --- a/bin/hipcc +++ b/bin/hipcc @@ -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);