8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5621db3 commit 5194fa6Copy full SHA for 5194fa6
third_party/xla/xla/hlo/experimental/auto_sharding/auto_sharding.cc
@@ -1997,9 +1997,7 @@ CreateAutoShardingSolverRequestAndCallSolver(
1997
}
1998
1999
const auto converted_problem = ConvertToProblem(request);
2000
- const auto converted_request = ConvertToSolverRequest(converted_problem);
2001
- return FormulateAndSolveMIPFromSolverRequest(converted_request,
2002
- GetParams(request));
+ return FormulateAndSolveMIPFromProblem(converted_problem, GetParams(request));
2003
2004
2005
void CheckHloSharding(
0 commit comments