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
e1e37208
"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "03afba77125103d019cd56a031f1d140dfc5d39a"
Commit
e1e37208
authored
Aug 04, 2018
by
Paul
Browse files
Fix include path
parent
c42fbc52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/cpu/CMakeLists.txt
src/targets/cpu/CMakeLists.txt
+1
-1
No files found.
src/targets/cpu/CMakeLists.txt
View file @
e1e37208
...
@@ -4,7 +4,7 @@ add_library(migraph_cpu
...
@@ -4,7 +4,7 @@ add_library(migraph_cpu
cpu_lowering.cpp
cpu_lowering.cpp
)
)
find_
file
(
BLAZE_INCLUDE blaze/Blaze.h
)
find_
path
(
BLAZE_INCLUDE blaze/Blaze.h
)
rocm_clang_tidy_check
(
migraph_cpu
)
rocm_clang_tidy_check
(
migraph_cpu
)
target_link_libraries
(
migraph_cpu migraph
)
target_link_libraries
(
migraph_cpu migraph
)
...
...
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