Unverified Commit c6bfa697 authored by Yixing Lao's avatar Yixing Lao Committed by GitHub

bump argon version (#348)

parent 2f0a262e
...@@ -30,7 +30,17 @@ include(ExternalProject) ...@@ -30,7 +30,17 @@ include(ExternalProject)
if (NGRAPH_ARGON_ENABLE) if (NGRAPH_ARGON_ENABLE)
# Repository # Repository
set(ARGON_CMAKE_GIT_REPOSITORY git@github.com:NervanaSystems/argon-transformer.git) 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) set(ARGON_CMAKE_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/argon)
if (NOT DEFINED PREBUILD_ARGON_PATH) if (NOT DEFINED PREBUILD_ARGON_PATH)
set(PREBUILD_ARGON_PATH "") set(PREBUILD_ARGON_PATH "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment