From 1e9e78642753b2bfc4401a5fdf07d6baff15d05e 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 [ROCm/hip commit: 2d1d6b2973e1e91e5e8909d59394a09574f5b3c3] --- projects/hip/bin/hipcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/bin/hipcc b/projects/hip/bin/hipcc index 3a9275de51..9429fc611a 100755 --- a/projects/hip/bin/hipcc +++ b/projects/hip/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);