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

Change-Id: I075148087bc07b5044a3360f1636d07372b16a1d

[ROCm/hip commit: 46d9f76702]
This commit is contained in:
agunashe
2022-02-24 05:29:18 -08:00
کامیت شده توسط GitHub
والد 4fd3d2377a
کامیت 8741965765
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
+1 -1
مشاهده پرونده
@@ -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,2 +1,2 @@
@IF DEFINED HIP_PATH (set HIPCONFIG="%HIP_PATH%/bin/hipconfig") ELSE (set HIPCONFIG="%~dp0/hipconfig")
set HIPCONFIG="%~dp0/hipconfig"
@perl %HIPCONFIG% %*