Update Jaxlib version to 0.1.29.

Bump XLA version. Enable C++14 mode since it is required by the new XLA version.
This commit is contained in:
Peter Hawkins 2019-09-28 15:05:41 -04:00
parent a1fcae379d
commit 1428c11a2c
3 changed files with 7 additions and 4 deletions

View File

@ -23,10 +23,10 @@ http_archive(
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "8b5004b7b1ef3f744b0f1bd9e923b341124fbe0254891c69604e9fa5f1387575",
strip_prefix = "tensorflow-5f37c0d18df74af37ab880c8762d35d7f49d9583",
sha256 = "11482f1f97c35df67bd74423bc9d0cb6cdb379d74f42533ee8def94e874af842",
strip_prefix = "tensorflow-3697b7d60268ae525f74e0040c86305f99e12bb3",
urls = [
"https://github.com/tensorflow/tensorflow/archive/5f37c0d18df74af37ab880c8762d35d7f49d9583.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/3697b7d60268ae525f74e0040c86305f99e12bb3.tar.gz",
],
)

View File

@ -190,6 +190,9 @@ build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true
build --spawn_strategy=standalone
build --strategy=Genrule=standalone
build --cxxopt=-std=c++14
build --host_cxxopt=-std=c++14
"""

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.1.28"
__version__ = "0.1.29"