Skip to content

Commit

Permalink
Clean up mentions of removed torch/csrc/generic/*.cpp (pytorch#94107)
Browse files Browse the repository at this point in the history
Summary: The dir was removed in pytorch#82373.

Test Plan: Sandcastlle + GitHub CI.

Differential Revision: D43016100

Pull Request resolved: pytorch#94107
Approved by: https://github.com/malfet, https://github.com/huydhn, https://github.com/ZainRizvi
  • Loading branch information
kit1980 authored and pytorchmergebot committed Feb 7, 2023
1 parent bc8a378 commit f92348e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .lintrunner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ exclude_patterns = [
# caffe2_pb.h, otherwise we'd have to build protos as part of this CI job.
# FunctionsManual.cpp is excluded to keep this diff clean. It will be fixed
# in a follow up PR.
# /torch/csrc/generic/*.cpp is excluded because those files aren't actually built.
# that are not easily converted to accepted c++
'c10/test/**/*.cpp',
'torch/csrc/jit/passes/onnx/helper.cpp',
Expand All @@ -235,7 +234,6 @@ exclude_patterns = [
'torch/csrc/cuda/nccl.*',
'torch/csrc/cuda/python_nccl.cpp',
'torch/csrc/autograd/FunctionsManual.cpp',
'torch/csrc/generic/*.cpp',
'torch/csrc/jit/codegen/cuda/runtime/*',
'torch/csrc/utils/disable_torch_function.cpp',
]
Expand Down
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,6 @@ cc_library(
"torch/csrc/**/*.h",
"torch/csrc/distributed/c10d/*.hpp",
"torch/lib/libshm/*.h",
"torch/csrc/generic/*.cpp",
],
exclude = [
"torch/csrc/autograd/generated/VariableType.h",
Expand Down
1 change: 0 additions & 1 deletion buckbuild.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ def define_buck_targets(
[
("torch/csrc/api/include", "torch/**/*.h"),
("", "torch/csrc/**/*.h"),
("", "torch/csrc/generic/*.cpp"),
("", "torch/script.h"),
("", "torch/library.h"),
("", "torch/custom_class.h"),
Expand Down

0 comments on commit f92348e

Please sign in to comment.