"vscode:/vscode.git/clone" did not exist on "5f4a9cc35171d7add71a41d213de418dfc99c28c"
Commit 9fe926a6 authored by Artur Wojcik's avatar Artur Wojcik
Browse files

cmake_gpu_replace_1

parent 8002b03f
......@@ -259,6 +259,9 @@ else()
# Skip library paths since hip will incorrectly treat it as a source file
string(APPEND HIP_COMPILER_FLAGS " ")
if(WIN32)
string(REPLACE "\\" "/" HIP_COMPILER_FLAGS "${HIP_COMPILER_FLAGS}")
endif()
foreach(_unused RANGE 2)
string(REGEX REPLACE " /[^ ]+\\.(a|so) " " " HIP_COMPILER_FLAGS "${HIP_COMPILER_FLAGS}")
endforeach()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment