SWDEV-273235 - hip change to build catch tests on Windows (#2472)

* SWDEV-273235 - hip change to build catch tests on Windows

Change-Id: I96de305694609c669cb81480f3572d987ce87d98

* SWDEV-1 - skip failing hipStreamPerThread_DeviceReset_1 test on Linux
This commit is contained in:
agunashe
2022-02-09 08:17:45 -08:00
committed by GitHub
parent ee16f95c77
commit ffe3f9cf81
7 changed files with 27 additions and 20 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
@IF DEFINED HIP_PATH (set HIPCC="%HIP_PATH%/bin/hipcc") ELSE (set HIPCC="%CD%/hipcc")
@IF DEFINED HIP_PATH (set HIPCC="%HIP_PATH%/bin/hipcc") ELSE (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="%CD%/hipconfig")
@IF DEFINED HIP_PATH (set HIPCONFIG="%HIP_PATH%/bin/hipconfig") ELSE (set HIPCONFIG="%~dp0/hipconfig")
@perl %HIPCONFIG% %*