Skip to content

Commit

Permalink
Removes backendLegalOps from the OptionBinder
Browse files Browse the repository at this point in the history
  • Loading branch information
zjgarvey committed Nov 9, 2024
1 parent 8587c27 commit 406ca8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compiler/plugins/input/Torch/PluginRegistration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ struct TorchOptions {
binder.opt<bool>("torch-use-decompose-complex-ops", decompose,
llvm::cl::cat(category),
llvm::cl::desc("Decompose complex torch operations."));
// A list of ops that should be considered legal for the torch backend.
binder.list<std::string>(
"backend-legal-ops", backendLegalOps, llvm::cl::cat(category),
llvm::cl::desc("List of ops to be considered legal by "
"torch-decompose-complex-ops. Use this for ops that "
"have disadvantageous decompositions for our backend."));
}
};

Expand Down

0 comments on commit 406ca8c

Please sign in to comment.