Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
fc50420f
Unverified
Commit
fc50420f
authored
Nov 05, 2017
by
Jai Menon
Committed by
GitHub
Nov 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into jmenon/cpu_kernels
parents
85f42f42
0513ad96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
src/ngraph/CMakeLists.txt
+3
-0
No files found.
src/ngraph/CMakeLists.txt
View file @
fc50420f
...
...
@@ -100,8 +100,11 @@ include_directories(
)
if
(
LLVM_INCLUDE_DIR AND MKLDNN_INCLUDE_DIR
)
find_package
(
ZLIB REQUIRED
)
include_directories
(
SYSTEM
${
LLVM_INCLUDE_DIR
}
${
MKLDNN_INCLUDE_DIR
}
)
link_directories
(
${
LLVM_LIB_DIR
}
${
MKLDNN_LIB_DIR
}
)
# Add sources for the CPU backend
# and all its dependencies
set
(
SRC
${
SRC
}
...
...
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