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
1a7ab108
Commit
1a7ab108
authored
Mar 30, 2018
by
Sandeep
Committed by
Adam Procter
Mar 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missed small nnp rename (#788)
parent
aa8a7c11
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
external_mkldnn.cmake
cmake/external_mkldnn.cmake
+1
-1
external_nnp_transformer.cmake
cmake/external_nnp_transformer.cmake
+1
-1
check-code-format.sh
maint/check-code-format.sh
+3
-3
No files found.
cmake/external_mkldnn.cmake
View file @
1a7ab108
...
@@ -83,7 +83,7 @@ if(NGRAPH_CPU_ENABLE)
...
@@ -83,7 +83,7 @@ if(NGRAPH_CPU_ENABLE)
set
(
MKLDNN_INCLUDE_DIR
"
${
EXTERNAL_PROJECTS_ROOT
}
/mkldnn/include"
PARENT_SCOPE
)
set
(
MKLDNN_INCLUDE_DIR
"
${
EXTERNAL_PROJECTS_ROOT
}
/mkldnn/include"
PARENT_SCOPE
)
set
(
MKLDNN_LIB_DIR
"
${
EXTERNAL_PROJECTS_ROOT
}
/mkldnn/lib"
PARENT_SCOPE
)
set
(
MKLDNN_LIB_DIR
"
${
EXTERNAL_PROJECTS_ROOT
}
/mkldnn/lib"
PARENT_SCOPE
)
# Other .cmake files in current scope (e.g.
Argon
Transformer) needs this path as well
# Other .cmake files in current scope (e.g.
NNP
Transformer) needs this path as well
set
(
MKLDNN_INCLUDE_DIR
"
${
EXTERNAL_PROJECTS_ROOT
}
/mkldnn/include"
)
set
(
MKLDNN_INCLUDE_DIR
"
${
EXTERNAL_PROJECTS_ROOT
}
/mkldnn/include"
)
set
(
MKLDNN_LIB_DIR
"
${
EXTERNAL_PROJECTS_ROOT
}
/mkldnn/lib"
)
set
(
MKLDNN_LIB_DIR
"
${
EXTERNAL_PROJECTS_ROOT
}
/mkldnn/lib"
)
...
...
cmake/external_nnp_transformer.cmake
View file @
1a7ab108
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
# limitations under the License.
# limitations under the License.
# ******************************************************************************
# ******************************************************************************
# To build ngraph with
Argon
transformer using pre-build Argon API
# To build ngraph with
NNP
transformer using pre-build Argon API
# ```
# ```
# cmake -DNGRAPH_NNP_ENABLE=True -DNGRAPH_PREBUILD_ARGON_API_PATH=$HOME/dev/system/_out/debug-x86_64-Linux ..
# cmake -DNGRAPH_NNP_ENABLE=True -DNGRAPH_PREBUILD_ARGON_API_PATH=$HOME/dev/system/_out/debug-x86_64-Linux ..
# make -j
# make -j
...
...
maint/check-code-format.sh
View file @
1a7ab108
...
@@ -45,12 +45,12 @@ declare NUM_FILES_CHECKED=0
...
@@ -45,12 +45,12 @@ declare NUM_FILES_CHECKED=0
pushd
"
${
THIS_SCRIPT_DIR
}
/.."
pushd
"
${
THIS_SCRIPT_DIR
}
/.."
declare
ARGON
_SRC_DIR
=
"build/third-party/nnp_transformer/src/ext_nnp_transformer/src"
declare
NNP
_SRC_DIR
=
"build/third-party/nnp_transformer/src/ext_nnp_transformer/src"
declare
ARGON
_TEST_DIR
=
"build/third-party/nnp_transformer/src/ext_nnp_transformer/test"
declare
NNP
_TEST_DIR
=
"build/third-party/nnp_transformer/src/ext_nnp_transformer/test"
declare
PYBIND_WRAPPER
=
"python/pyngraph"
declare
PYBIND_WRAPPER
=
"python/pyngraph"
declare
ROOT_SUBDIR
declare
ROOT_SUBDIR
for
ROOT_SUBDIR
in
src
test
${
ARGON_SRC_DIR
}
${
ARGON
_TEST_DIR
}
${
PYBIND_WRAPPER
}
;
do
for
ROOT_SUBDIR
in
src
test
${
NNP_SRC_DIR
}
${
NNP
_TEST_DIR
}
${
PYBIND_WRAPPER
}
;
do
if
!
[[
-d
"
${
ROOT_SUBDIR
}
"
]]
;
then
if
!
[[
-d
"
${
ROOT_SUBDIR
}
"
]]
;
then
bash_lib_status
"In directory '
$(
pwd
)
', no subdirectory named '
${
ROOT_SUBDIR
}
' was found."
bash_lib_status
"In directory '
$(
pwd
)
', no subdirectory named '
${
ROOT_SUBDIR
}
' was found."
else
else
...
...
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