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
2bf6ed88
Commit
2bf6ed88
authored
Oct 05, 2023
by
Artur Wojcik
Browse files
cmake_ref
parent
5aef1050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/targets/ref/CMakeLists.txt
src/targets/ref/CMakeLists.txt
+5
-3
No files found.
src/targets/ref/CMakeLists.txt
View file @
2bf6ed88
...
...
@@ -30,11 +30,13 @@ add_library(migraphx_ref
set_target_properties
(
migraphx_ref PROPERTIES EXPORT_NAME ref
)
rocm_set_soversion
(
migraphx_ref
${
MIGRAPHX_SO_VERSION
}
)
find_path
(
BLAZE_INCLUDE blaze/Blaze.h
)
if
(
NOT WIN32
)
find_path
(
BLAZE_INCLUDE blaze/Blaze.h
)
endif
()
rocm_clang_tidy_check
(
migraphx_ref
)
target_link_libraries
(
migraphx_ref PUBLIC migraphx
)
target_include_directories
(
migraphx_ref PRIVATE
${
BLAZE_INCLUDE
}
)
target_link_libraries
(
migraphx_ref PUBLIC migraphx
Threads::Threads
)
target_include_directories
(
migraphx_ref
SYSTEM
PRIVATE
${
BLAZE_INCLUDE
}
)
target_compile_definitions
(
migraphx_ref PRIVATE -DBLAZE_USE_CPP_THREADS
)
migraphx_generate_export_header
(
migraphx_ref
)
...
...
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