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
25e65906
Commit
25e65906
authored
Jun 19, 2023
by
Artur Wojcik
Browse files
hiprtc
parent
4070da8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
src/targets/gpu/hiprtc/CMakeLists.txt
src/targets/gpu/hiprtc/CMakeLists.txt
+8
-5
No files found.
src/targets/gpu/hiprtc/CMakeLists.txt
View file @
25e65906
...
@@ -22,12 +22,15 @@
...
@@ -22,12 +22,15 @@
# THE SOFTWARE.
# THE SOFTWARE.
#####################################################################################
#####################################################################################
add_executable
(
migraphx
-
hiprtc
-
driver
add_executable
(
migraphx
_
hiprtc
_
driver
main.cpp
main.cpp
)
)
rocm_clang_tidy_check
(
migraphx-hiprtc-driver
)
rocm_clang_tidy_check
(
migraphx_hiprtc_driver
)
target_link_libraries
(
migraphx-hiprtc-driver PRIVATE migraphx_gpu
)
target_link_libraries
(
migraphx_hiprtc_driver PRIVATE migraphx migraphx_gpu
)
add_dependencies
(
migraphx_all_targets migraphx-hiprtc-driver
)
add_dependencies
(
migraphx_all_targets migraphx_hiprtc_driver
)
set_target_properties
(
migraphx_hiprtc_driver PROPERTIES OUTPUT_NAME migraphx-hiprtc-driver
)
rocm_install_targets
(
rocm_install_targets
(
TARGETS migraphx
-
hiprtc
-
driver
TARGETS migraphx
_
hiprtc
_
driver
)
)
target_compile_options
(
migraphx_hiprtc_driver PRIVATE -Wno-ignored-attributes
)
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