mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[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:
committed by
PyTorch MergeBot
parent
61a1eef7fc
commit
df1ef27e6a
@ -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.
|
||||
|
Reference in New Issue
Block a user