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 2ca9d59 commit dada0e1Copy full SHA for dada0e1
torch_xla/csrc/xla_graph_executor.cpp
@@ -786,7 +786,6 @@ XLAGraphExecutor::ScheduleSyncTensorsGraph(
786
TF_VLOG(3) << "Executing IR graph hash "
787
<< torch::lazy::HashToString(hash)
788
<< " on devices: " << absl::StrJoin(devices, ",");
789
- // TODO(jwtan): Remove the WrapXlaData when inherits LazyGraphExecutor.
790
results = WrapXlaData(xla::ComputationClient::Get()->ExecuteReplicated(
791
*async->cached_computation->computation->client_computation(),
792
device_arguments, devices,
0 commit comments