Skip to content

Commit

Permalink
upgrade bazel & tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelontra committed May 9, 2020
1 parent fd72cdd commit 744e067
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions build_tensorflow/configs/beagle_black.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/hikey960.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/nitrogen6x.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/odroidc1.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/odroidc2.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/odroidxu4.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/rk3399.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/rpi.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/rpi_one.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -17,7 +17,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down
4 changes: 2 additions & 2 deletions build_tensorflow/configs/rpi_one_openblas.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OPENBLAS_PATH="/tmp/openblas_install"

TF_PATCH="yes"
TF_VERSION="v2.1.0"
TF_VERSION="v2.2.0"

# export tensorflow variables to configure
TF_BUILD_VARS="TF_NEED_GDR=0"
Expand All @@ -20,7 +20,7 @@ TF_BUILD_VARS+=" TF_NEED_S3=0"
TF_BUILD_VARS+=" TF_NEED_IGNITE=0"
TF_BUILD_VARS+=" TF_NEED_ROCM=0"

BAZEL_VERSION="0.29.1"
BAZEL_VERSION="2.0.0"
# BAZEL_AVALIABLE_RAM=1536 # MB
# BAZEL_AVALIABLE_CPU=0.5 # number of cpu cores (1.0 epresenting single full core)
# BAZEL_AVALIABLE_IO=1.0 # workstation I/O capability (with 1.0 representing average workstation)
Expand Down

0 comments on commit 744e067

Please # to comment.