Skip to content

Commit

Permalink
Remove API declarations in Ops.hpp (pytorch#94532)
Browse files Browse the repository at this point in the history
In pytorch#91257, we removed direct calls to methods in ops.cpp, so this is updating to also remove ops.hpp
Pull Request resolved: pytorch#94532
Approved by: https://github.com/kwen2501
  • Loading branch information
H-Huang authored and pytorchmergebot committed Feb 11, 2023
1 parent a27bd42 commit aa6f0ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 118 deletions.
1 change: 0 additions & 1 deletion torch/csrc/distributed/c10d/Ops.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <ATen/core/dispatch/Dispatcher.h>
#include <c10/util/intrusive_ptr.h>
#include <torch/csrc/distributed/c10d/Ops.hpp>
#include <torch/csrc/distributed/c10d/ProcessGroup.hpp>
#include <torch/csrc/distributed/c10d/Types.hpp>
#include <torch/library.h>
Expand Down
117 changes: 0 additions & 117 deletions torch/csrc/distributed/c10d/Ops.hpp

This file was deleted.

0 comments on commit aa6f0ac

Please sign in to comment.