Skip to content

Commit 19a94cf

Browse files
authored
Update API.cpp
1 parent c7d2d6a commit 19a94cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deps/ReactantExtra/API.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,6 @@ REACTANT_ABI void XLAExecuteSharded(xla::PjRtLoadedExecutable *exec,
14051405
options.non_donatable_input_indices.insert(static_cast<int>(i));
14061406
}
14071407
}
1408-
options.untuple_result = true;
14091408

14101409
// Optional future to hold asynchronous execution results.
14111410
std::optional<xla::Future<>> returned_future;
@@ -1484,7 +1483,6 @@ REACTANT_ABI void XLAExecute(xla::PjRtLoadedExecutable *exec, int op_args_len,
14841483
if (!is_arg_donatable[i])
14851484
options.non_donatable_input_indices.insert((int)i);
14861485
}
1487-
options.untuple_result = true;
14881486

14891487
std::optional<std::vector<FutureType>> returned_futures =
14901488
std::vector<FutureType>();

0 commit comments

Comments
 (0)