Skip to content

Commit

Permalink
Revert "Fix: replace deprecated nvcc flag with its replacement. (tens…
Browse files Browse the repository at this point in the history
…orflow#5256)"

This reverts commit 988b53e.
  • Loading branch information
Vijay Vasudevan committed Nov 3, 2016
1 parent b3aa505 commit 14bc025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tensorflow.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
),
Expand Down

0 comments on commit 14bc025

Please sign in to comment.