Revert "Fix: replace deprecated nvcc flag with its replacement. (#5256)"
This reverts commit 988b53e1ba
.
This commit is contained in:
parent
b3aa505f6a
commit
14bc025ffb
@ -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",
|
||||
]
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user