SWDEV-1 - hipcc/hipconfig path detection in bat file (#2488)

Change-Id: I075148087bc07b5044a3360f1636d07372b16a1d
This commit is contained in:
agunashe
2022-02-24 05:29:18 -08:00
committed by GitHub
parent c10b08bc34
commit 46d9f76702
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
@IF DEFINED HIP_PATH (set HIPCC="%HIP_PATH%/bin/hipcc") ELSE (set HIPCC="%~dp0/hipcc")
set HIPCC="%~dp0/hipcc"
@perl %HIPCC% %*
+1 -1
View File
@@ -1,2 +1,2 @@
@IF DEFINED HIP_PATH (set HIPCONFIG="%HIP_PATH%/bin/hipconfig") ELSE (set HIPCONFIG="%~dp0/hipconfig")
set HIPCONFIG="%~dp0/hipconfig"
@perl %HIPCONFIG% %*