Skip to content

Commit df1ef27

Browse files
ivanmurashkopytorchmergebot
authored andcommitted
[AutoAccept][Codemod][FBSourceBuckFormatLinter] Daily arc lint --take BUCKFORMAT (pytorch#79692)
Reviewed By: ivanmurashko Differential Revision: D37203030 Pull Request resolved: pytorch#79692 Approved by: https://github.com/mehtanirav
1 parent 61a1eef commit df1ef27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/rules/cu.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ load("@rules_cuda//cuda:defs.bzl", "cuda_library")
33
NVCC_COPTS = [
44
"--expt-relaxed-constexpr",
55
"--expt-extended-lambda",
6-
76
"--compiler-options=-Werror=all",
87
# The following warnings come from -Wall. We downgrade them from
98
# error to warnings here.
@@ -14,7 +13,6 @@ NVCC_COPTS = [
1413
"--compiler-options=-Wno-sign-compare",
1514
# We intentionally use #pragma unroll, which is compiler specific.
1615
"--compiler-options=-Wno-error=unknown-pragmas",
17-
1816
"--compiler-options=-Werror=extra",
1917
# The following warnings come from -Wextra. We downgrade them from
2018
# error to warnings here.

0 commit comments

Comments
 (0)