From ac6d9e6c5cba4ad33224b079ca5b5eb7a7939cd1 Mon Sep 17 00:00:00 2001 From: "Sun, Peng" Date: Sat, 1 Jul 2017 09:43:31 -0500 Subject: [PATCH] fix typo in hipcc Change-Id: I5f5fb3d8f1e5e8104dca45dc213c13ae9d98a583 [ROCm/hip commit: 40d0a203f8b7a0719e6d7c3f704b4bec9594b900] --- 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 bcd3e3a591..4a12b9e541 100755 --- a/projects/hip/bin/hipcc +++ b/projects/hip/bin/hipcc @@ -47,7 +47,7 @@ sub parse_config_file { } $verbose = $ENV{'HIPCC_VERBOSE'} // 0; -# Verbose: 0x1=commands, 0x2=paths, 0x4=hippc args +# Verbose: 0x1=commands, 0x2=paths, 0x4=hipcc args $HIP_PATH=$ENV{'HIP_PATH'} // dirname (dirname $0); # use parent directory of hipcc