8000 Makes the appropriate calls to FormulateAndSolveMIPFromProblem(). · IBMZ-Linux-OSS-Python/tensorflow@5194fa6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5194fa6

Browse files
Makes the appropriate calls to FormulateAndSolveMIPFromProblem().
PiperOrigin-RevId: 766270584
1 parent 5621db3 commit 5194fa6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

third_party/xla/xla/hlo/experimental/auto_sharding/auto_sharding.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,9 +1997,7 @@ CreateAutoShardingSolverRequestAndCallSolver(
19971997
}
19981998

19991999
const auto converted_problem = ConvertToProblem(request);
2000-
const auto converted_request = ConvertToSolverRequest(converted_problem);
2001-
return FormulateAndSolveMIPFromSolverRequest(converted_request,
2002-
GetParams(request));
2000+
return FormulateAndSolveMIPFromProblem(converted_problem, GetParams(request));
20032001
}
20042002

20052003
void CheckHloSharding(

0 commit comments

Comments
 (0)
0