Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fboemer/ngtf v0.12.0 rc0 (#144)
Browse files Browse the repository at this point in the history
* Update to ng-tf v0.12.0-rc0
* ng to v0.15.1-rc.2
  • Loading branch information
fboemer committed Mar 15, 2019
1 parent 4b12ea5 commit 23687dc
Show file tree
Hide file tree
Showing 27 changed files with 1,277 additions and 1,078 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -26,8 +26,8 @@ The [examples](https://github.com/NervanaSystems/he-transformer/tree/master/exam
- virtualenv v16.1.0
- bazel v0.16.0
#### The following dependencies are built automatically
- [nGraph](https://github.com/NervanaSystems/ngraph) - v0.14.0
- [nGraph-tf](https://github.com/NervanaSystems/ngraph-tf) - v0.11.0
- [nGraph](https://github.com/NervanaSystems/ngraph) - v0.15.1-rc.2
- [nGraph-tf](https://github.com/NervanaSystems/ngraph-tf) - v0.12-rc0
- [SEAL](https://github.com/Microsoft/SEAL) - version 3.2

### To install bazel
Expand Down
2 changes: 1 addition & 1 deletion cmake/ngraph-tf.cmake
Expand Up @@ -20,7 +20,7 @@ set(EXTERNAL_NGRAPH_INSTALL_DIR ${EXTERNAL_INSTALL_DIR})
set(NGRAPH_TF_CMAKE_PREFIX ext_ngraph_tf)

SET(NGRAPH_TF_REPO_URL https://github.com/NervanaSystems/ngraph-tf.git)
SET(NGRAPH_TF_GIT_LABEL v0.11.0)
SET(NGRAPH_TF_GIT_LABEL v0.12.0-rc0)

SET(NGRAPH_TF_SRC_DIR ${CMAKE_BINARY_DIR}/${NGRAPH_TF_CMAKE_PREFIX}/src/${NGRAPH_TF_CMAKE_PREFIX})
SET(NGRAPH_TF_BUILD_DIR ${NGRAPH_TF_SRC_DIR}/build)
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Expand Up @@ -42,6 +42,7 @@ set (HE_SRC

# main
he_backend.cpp
he_executable.cpp
he_cipher_tensor.cpp
he_plain_tensor.cpp
he_tensor.cpp
Expand Down

0 comments on commit 23687dc

Please sign in to comment.