Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
12a7ecaf
"...CommunitySharings/ModelCompressionComparison.md" did not exist on "4f70fb3074d508fbfe8e6d839c2b5951c8c44636"
Commit
12a7ecaf
authored
Sep 20, 2023
by
Tijana Vukovic
Browse files
Added MIOpen.dll copy to build/bin directory for Windows
parent
482e8d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/targets/gpu/CMakeLists.txt
src/targets/gpu/CMakeLists.txt
+7
-0
No files found.
src/targets/gpu/CMakeLists.txt
View file @
12a7ecaf
...
@@ -282,3 +282,10 @@ rocm_install_targets(
...
@@ -282,3 +282,10 @@ rocm_install_targets(
INCLUDE
INCLUDE
${
CMAKE_CURRENT_SOURCE_DIR
}
/include
${
CMAKE_CURRENT_SOURCE_DIR
}
/include
)
)
if
(
WIN32
)
add_custom_command
(
TARGET migraphx_gpu POST_BUILD
COMMAND
${
CMAKE_COMMAND
}
-E copy
"
${
MIOPEN_LOCATION
}
"
$<TARGET_FILE_DIR:migraphx_gpu>
COMMAND_EXPAND_LISTS
)
endif
()
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment