Files
rocm-systems/bin/hipcc.bat
T

3 lines
104 B
Batchfile
Raw Normal View History

@IF DEFINED HIP_PATH (set HIPCC="%HIP_PATH%/bin/hipcc") ELSE (set HIPCC="%~dp0/hipcc")
@perl %HIPCC% %*