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

Change-Id: I075148087bc07b5044a3360f1636d07372b16a1d
Tento commit je obsažen v:
agunashe
2022-02-24 05:29:18 -08:00
odevzdal GitHub
rodič c10b08bc34
revize 46d9f76702
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -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% %*