From 0815de21239955e346b562e899640649c8d2b9cb Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 4 Aug 2017 15:30:53 -0700 Subject: Merge changes from github. END_PUBLIC --- Commit cf375f067 authored by A. Unique TensorFlower Committed by Benoit Steiner: Adds cudnn_rnn_ops_op_lib and cudnn_rnn_kernels to contrib_ops_op_lib and contrib_kernels respectively. PiperOrigin-RevId: 164170971 --- Commit 95ec58e27 authored by Asim Shankar Committed by Benoit Steiner: C API: Make TF_TensorFromTensor return an error instead of just logging it. PiperOrigin-RevId: 164167582 --- Commit 15175c870 authored by Jonathan Hseu Committed by Benoit Steiner: Build fixes. - Allow var_list as a positional argument in CrossShardOptimizer. - Set the number of shards to 1 when not running on TPU, to allow evaluate() and predict() on CPU/GPU to work. PiperOrigin-RevId: 164161640 --- Commit bd3e894f7 authored by Yao Zhang Committed by Benoit Steiner: Support freeze mode for fused batch norm. PiperOrigin-RevId: 164149032 --- Commit e6b6b84c0 authored by Asim Shankar Committed by Benoit Steiner: C API: TF_Tensors will always be in host memory. This change undoes some experimentation in commit 22651083406ca01ac9d481e3367a3510d25f88cd and restores TF_Tensor behavior to what is was prior to that change. PiperOrigin-RevId: 164146670 --- Commit 8bf3f88f7 authored by Peter Hawkins Committed by Benoit Steiner: [TF:XLA] Add _XLASend and _XLARecv TF ops that wrap the XLA Send/Recv HLO ops. PiperOrigin-RevId: 164124764 --- Commit 626d3200f authored by Peter Hawkins Committed by Benoit Steiner: [XLA] Add test blacklist mechanism for XLA C++ unit tests. PiperOrigin-RevId: 164124423 --- Commit 359cc5f5e authored by A. Unique TensorFlower Committed by Benoit Steiner: Document dict ordering in nest and make it consistent with sonnet. PiperOrigin-RevId: 164114335 --- Commit 05813b531 authored by A. Unique TensorFlower Committed by Benoit Steiner: Go: Update generated wrapper functions for TensorFlow ops. PiperOrigin-RevId: 164089206 --- Commit c451f465d authored by Anna R Committed by Benoit Steiner: BEGIN_PUBLIC Automated g4 rollback of changelist 164078808 PiperOrigin-RevId: 164318935 --- third_party/gpus/cuda_configure.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gpus') diff --git a/third_party/gpus/cuda_configure.bzl b/third_party/gpus/cuda_configure.bzl index 4dd3169d41..b85e565f36 100644 --- a/third_party/gpus/cuda_configure.bzl +++ b/third_party/gpus/cuda_configure.bzl @@ -106,7 +106,7 @@ def _get_cxx_inc_directories_impl(repository_ctx, cc, lang_is_cpp): else: inc_dirs = result.stderr[index1 + 1:index2].strip() - return [repository_ctx.path(_cxx_inc_convert(p)) + return [str(repository_ctx.path(_cxx_inc_convert(p))) for p in inc_dirs.split("\n")] def get_cxx_inc_directories(repository_ctx, cc): -- cgit v1.2.3