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
c6bfa697
Unverified
Commit
c6bfa697
authored
Jan 03, 2018
by
Yixing Lao
Committed by
GitHub
Jan 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump argon version (#348)
parent
2f0a262e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
external_argon.cmake
cmake/external_argon.cmake
+11
-1
No files found.
cmake/external_argon.cmake
View file @
c6bfa697
...
...
@@ -30,7 +30,17 @@ include(ExternalProject)
if
(
NGRAPH_ARGON_ENABLE
)
# Repository
set
(
ARGON_CMAKE_GIT_REPOSITORY git@github.com:NervanaSystems/argon-transformer.git
)
set
(
ARGON_CMAKE_GIT_TAG yixing/reverse-build
)
# Set argon_transformer tag
# Notes:
# - Before we have ngraph CI job for argon transformer, ngraph master might not be
# compatible with argon transformer. To ensure compatibility, checkout the ngraph commit point
# where the following `ARGON_CMAKE_GIT_TAG` is set and build ngraph with argon using this
# commit.
# - After we have ngraph CI job for argon transformer, ngraph master will be compatible with
# argon transformer guaranteed by CI.
set
(
ARGON_CMAKE_GIT_TAG ec0b55008755b4d18474ac50216ef8cbf0f11598
)
# Tue Jan 2 2018
set
(
ARGON_CMAKE_PREFIX
${
CMAKE_CURRENT_BINARY_DIR
}
/argon
)
if
(
NOT DEFINED PREBUILD_ARGON_PATH
)
set
(
PREBUILD_ARGON_PATH
""
)
...
...
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