Skip to content

Commit

Permalink
Unbreak the build
Browse files Browse the repository at this point in the history
Summary: The controller you requested could not be found.

fbshipit-source-id: 861021dbe88f84d1a8bd80e04dd684527384629f
  • Loading branch information
Adam Paszke authored and facebook-github-bot committed Aug 31, 2018
1 parent 3073051 commit 0961c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/expect/TestJit.test_addmm_fusion_scalar_type.expect
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ graph(%a : Long()
%b : Double(*, *)
%c : Double(*, *)) {
%3 : Dynamic = aten::type_as(%a, %b)
%4 : float = prim::Constant[value=1]()
%4 : int = prim::Constant[value=1]()
%5 : Long(*, *) = aten::addmm(%3, %b, %c, %4, %4)
return (%5);
}

0 comments on commit 0961c92

Please sign in to comment.