From 14bc025ffb79a224d027ca29ca5a8ab128ff6646 Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Thu, 3 Nov 2016 14:57:22 -0700 Subject: [PATCH] Revert "Fix: replace deprecated nvcc flag with its replacement. (#5256)" This reverts commit 988b53e1ba38900d1cac0fe49357d7fbeab8925a. --- tensorflow/tensorflow.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tensorflow.bzl b/tensorflow/tensorflow.bzl index 388dba33b53..31b4461dad6 100644 --- a/tensorflow/tensorflow.bzl +++ b/tensorflow/tensorflow.bzl @@ -416,7 +416,7 @@ def _cuda_copts(): "@local_config_cuda//cuda:using_nvcc": ( common_cuda_opts + [ - "-nvcc_options=expt-relaxed-constexpr", + "-nvcc_options=relaxed-constexpr", "-nvcc_options=ftz=true", ] ),