[AutoAccept][Codemod][FBSourceBuckFormatLinter] Daily arc lint --take BUCKFORMAT (#79692)

Reviewed By: ivanmurashko

Differential Revision: D37203030

Pull Request resolved: https://github.com/pytorch/pytorch/pull/79692
Approved by: https://github.com/mehtanirav
This commit is contained in:
Ivan Murashko
2022-06-16 17:01:17 +00:00
committed by PyTorch MergeBot
parent 61a1eef7fc
commit df1ef27e6a

View File

@ -3,7 +3,6 @@ load("@rules_cuda//cuda:defs.bzl", "cuda_library")
NVCC_COPTS = [
"--expt-relaxed-constexpr",
"--expt-extended-lambda",
"--compiler-options=-Werror=all",
# The following warnings come from -Wall. We downgrade them from
# error to warnings here.
@ -14,7 +13,6 @@ NVCC_COPTS = [
"--compiler-options=-Wno-sign-compare",
# We intentionally use #pragma unroll, which is compiler specific.
"--compiler-options=-Wno-error=unknown-pragmas",
"--compiler-options=-Werror=extra",
# The following warnings come from -Wextra. We downgrade them from
# error to warnings here.