Skip to content

Commit

Permalink
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily `arc lint --ta…
Browse files Browse the repository at this point in the history
…ke CLANGFORMAT`

Reviewed By: zertosh

Differential Revision: D25158667

fbshipit-source-id: 3b2a7facbfbfaaabc2cb5ac22906673b17fd0f15
  • Loading branch information
generatedunixname89002005325676 authored and facebook-github-bot committed Nov 23, 2020
1 parent 4ed7f36 commit 671ee71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions torch/csrc/jit/passes/graph_fuser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1124,12 +1124,12 @@ struct GraphFuser {
}

void run() {
// TODO: old fuser is not maintained internally, somewhere it is being turned on
// inadvertently for certain workflows. make this a no-op until we identify
// location
#if defined(FBCODE_CAFFE2)
return;
#endif
// TODO: old fuser is not maintained internally, somewhere it is being turned on
// inadvertently for certain workflows. make this a no-op until we identify
// location
#if defined(FBCODE_CAFFE2)
return;
#endif

// Run the pass until no changes are made.
// This is necessary, because the algorithm can miss out on certain fusion
Expand Down

0 comments on commit 671ee71

Please sign in to comment.