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
ce3f2db7
Commit
ce3f2db7
authored
Oct 31, 2018
by
Paul
Browse files
Add half include path
parent
c7c549cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/CMakeLists.txt
src/CMakeLists.txt
+3
-0
No files found.
src/CMakeLists.txt
View file @
ce3f2db7
...
...
@@ -20,6 +20,9 @@ add_library(migraph
rocm_clang_tidy_check
(
migraph
)
target_include_directories
(
migraph PUBLIC $<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/include>
)
find_path
(
HALF_INCLUDE_DIR half.hpp
)
target_include_directories
(
migraph PUBLIC
${
HALF_INCLUDE_DIR
}
)
add_subdirectory
(
onnx
)
add_subdirectory
(
targets/cpu
)
if
(
MIGRAPH_ENABLE_GPU
)
...
...
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