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
c7a3a76b
Commit
c7a3a76b
authored
Feb 09, 2018
by
Jennifer Myers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pep8 warning in copyright
parent
940caa1b
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
48 additions
and
48 deletions
+48
-48
CMakeLists.txt
CMakeLists.txt
+2
-2
FindCUDNN.cmake
cmake/Modules/FindCUDNN.cmake
+2
-2
clang_4_0_flags.cmake
cmake/clang_4_0_flags.cmake
+2
-2
external_argon_transformer.cmake
cmake/external_argon_transformer.cmake
+2
-2
external_eigen.cmake
cmake/external_eigen.cmake
+2
-2
external_gtest.cmake
cmake/external_gtest.cmake
+2
-2
external_llvm.cmake
cmake/external_llvm.cmake
+2
-2
external_llvm_prebuilt.cmake
cmake/external_llvm_prebuilt.cmake
+2
-2
external_mkldnn.cmake
cmake/external_mkldnn.cmake
+2
-2
external_tbb.cmake
cmake/external_tbb.cmake
+2
-2
tbb_fetch.cmake.in
cmake/tbb_fetch.cmake.in
+2
-2
CMakeLists.txt
doc/CMakeLists.txt
+2
-2
CMakeLists.txt
doc/doxygen/CMakeLists.txt
+2
-2
CMakeLists.txt
doc/sphinx/CMakeLists.txt
+2
-2
apply-code-format.sh
maint/apply-code-format.sh
+2
-2
bash_lib.sh
maint/bash_lib.sh
+2
-2
check-code-format.sh
maint/check-code-format.sh
+2
-2
clang_format_lib.sh
maint/clang_format_lib.sh
+2
-2
CMakeLists.txt
src/CMakeLists.txt
+2
-2
CMakeLists.txt
src/ngraph/CMakeLists.txt
+2
-2
CMakeLists.txt
src/resource/CMakeLists.txt
+2
-2
CMakeLists.txt
test/CMakeLists.txt
+2
-2
generate_convolution_ref.py
test/ref_generators/generate_convolution_ref.py
+2
-2
CMakeLists.txt
third-party/CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
cmake_minimum_required
(
VERSION 3.1
)
...
...
cmake/Modules/FindCUDNN.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
# The remaining code in this file was included from the Caffe 2 project,
# which was made available under the terms of the Apache 2.0 License.
...
...
cmake/clang_4_0_flags.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Werror=return-type"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Werror=inconsistent-missing-override"
)
...
...
cmake/external_argon_transformer.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
# To build ngraph with Argon transformer using pre-build Argon API
# ```
...
...
cmake/external_eigen.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
# Enable ExternalProject CMake module
include
(
ExternalProject
)
...
...
cmake/external_gtest.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
# Enable ExternalProject CMake module
include
(
ExternalProject
)
...
...
cmake/external_llvm.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
include
(
ExternalProject
)
...
...
cmake/external_llvm_prebuilt.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
include
(
ExternalProject
)
...
...
cmake/external_mkldnn.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
include
(
ExternalProject
)
...
...
cmake/external_tbb.cmake
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
#----------------------------------------------------------------------------------------------------------
# Fetch and configure TBB
...
...
cmake/tbb_fetch.cmake.in
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
cmake_minimum_required(VERSION 3.1)
...
...
doc/CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
if
(
"
${
NGRAPH_BUILD_DOCS
}
"
MATCHES
"^ON$"
)
add_custom_target
(
docs
...
...
doc/doxygen/CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
find_package
(
Doxygen REQUIRED
)
...
...
doc/sphinx/CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
set
(
NGRAPH_BUILD_SPHINX_DOCS FALSE
CACHE BOOL
...
...
maint/apply-code-format.sh
View file @
c7a3a76b
...
...
@@ -2,7 +2,7 @@
set
-e
set
-u
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -16,7 +16,7 @@ set -u
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
# NOTE: The results of `clang-format` depend _both_ of the following factors:
# - The `.clang-format` file, and
...
...
maint/bash_lib.sh
View file @
c7a3a76b
#!/bin/bash
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
#===================================================================================================
# A library of general-purpose Bash functions
...
...
maint/check-code-format.sh
View file @
c7a3a76b
...
...
@@ -2,7 +2,7 @@
set
-e
set
-u
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -16,7 +16,7 @@ set -u
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
# NOTE: The results of `clang-format` depend _both_ of the following factors:
# - The `.clang-format` file, and
...
...
maint/clang_format_lib.sh
View file @
c7a3a76b
#!/bin/bash
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
#===================================================================================================
# Provides Bash functions for dealing with clang-format.
...
...
src/CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-DIN_NGRAPH_LIBRARY"
)
...
...
src/ngraph/CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
set
(
SRC
autodiff/adjoints.cpp
...
...
src/resource/CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
if
(
NGRAPH_CPU_ENABLE AND NOT APPLE
)
set
(
SRC
...
...
test/CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
include_directories
(
SYSTEM
...
...
test/ref_generators/generate_convolution_ref.py
View file @
c7a3a76b
#!/usr/bin/env python
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -13,7 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
import
sys
import
numpy
as
np
...
...
third-party/CMakeLists.txt
View file @
c7a3a76b
#
*
******************************************************************************
#
******************************************************************************
# Copyright 2017-2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*
******************************************************************************
#
******************************************************************************
include
(
../cmake/external_gtest.cmake
)
include
(
../cmake/external_eigen.cmake
)
...
...
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