Skip to content

Commit

Permalink
disable clang - tensorflow/tensorflow#11043
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Dowling committed Jul 29, 2017
1 parent 215f276 commit fb8f1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/configure-no-expect-with-gpu.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export TF_NEED_MKL=<%= node["tensorflow"]["need_mkl"] %>
export TF_NEED_GCP=0
export TF_NEED_JEMALLOC=0
export TF_NEED_OPENCL=0
export TF_CUDA_CLANG=1
export TF_CUDA_CLANG=0
export TF_ENABLE_XLA=0
export TF_NEED_CUDA=<%= node["tensorflow"]["need_cuda"] %>
export TF_NEED_HDFS=1
Expand Down

0 comments on commit fb8f1a4

Please sign in to comment.