diff --git a/bin/hipconvertinplace-perl.sh b/bin/hipconvertinplace-perl.sh index 0d4202fa..5a4dff3d 100755 --- a/bin/hipconvertinplace-perl.sh +++ b/bin/hipconvertinplace-perl.sh @@ -12,7 +12,7 @@ # (this is useful for testing improvements to the hipify-perl toolset). SCRIPT_DIR="$(dirname "$(realpath "$0")")" -PRIV_SCRIPT_DIR="$SCRIPT_DIR/../libexec/hipify" +PRIV_SCRIPT_DIR="$SCRIPT_DIR/../../libexec/hipify" SEARCH_DIR=$1 shift $SCRIPT_DIR/hipify-perl -inplace -print-stats "$@" `$PRIV_SCRIPT_DIR/findcode.sh $SEARCH_DIR` diff --git a/bin/hipconvertinplace.sh b/bin/hipconvertinplace.sh index 8250667a..8a4cebb4 100755 --- a/bin/hipconvertinplace.sh +++ b/bin/hipconvertinplace.sh @@ -7,7 +7,7 @@ # preserves the existing directory structure. SCRIPT_DIR="$(dirname "$(realpath "$0")")" -PRIV_SCRIPT_DIR="$SCRIPT_DIR/../libexec/hipify" +PRIV_SCRIPT_DIR="$SCRIPT_DIR/../../libexec/hipify" SEARCH_DIR=$1 hipify_args='' diff --git a/bin/hipexamine-perl.sh b/bin/hipexamine-perl.sh index ac628196..1ce1591d 100755 --- a/bin/hipexamine-perl.sh +++ b/bin/hipexamine-perl.sh @@ -7,7 +7,7 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")" -PRIV_SCRIPT_DIR="$SCRIPT_DIR/../libexec/hipify" +PRIV_SCRIPT_DIR="$SCRIPT_DIR/../../libexec/hipify" SEARCH_DIR=$1 shift $SCRIPT_DIR/hipify-perl -no-output -print-stats "$@" `$PRIV_SCRIPT_DIR/findcode.sh $SEARCH_DIR` diff --git a/bin/hipexamine.sh b/bin/hipexamine.sh index c6059e24..028f922a 100755 --- a/bin/hipexamine.sh +++ b/bin/hipexamine.sh @@ -5,7 +5,7 @@ # Generate CUDA->HIP conversion statistics for all the code files in the specified directory. SCRIPT_DIR="$(dirname "$(realpath "$0")")" -PRIV_SCRIPT_DIR="$SCRIPT_DIR/../libexec/hipify" +PRIV_SCRIPT_DIR="$SCRIPT_DIR/../../libexec/hipify" SEARCH_DIR=$1 hipify_args=''