a6d568b9ca
Add the hipcc.bat and hipconfig.bat files previously only residing in P4 to CMake builds. Ship this .bat file as part of bin directory on Windows. Change-Id: I2822e1419f1f6a0a6cdde9e292231995a83df77d
3 řádky
103 B
Batchfile
3 řádky
103 B
Batchfile
@IF DEFINED HIP_PATH (set HIPCC="%HIP_PATH%/bin/hipcc") ELSE (set HIPCC="%CD%/hipcc")
|
|
@perl %HIPCC% %*
|