Skip to content

Commit dada0e1

Browse files
committed
Remove a TODO
1 parent 2ca9d59 commit dada0e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch_xla/csrc/xla_graph_executor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ XLAGraphExecutor::ScheduleSyncTensorsGraph(
786786
TF_VLOG(3) << "Executing IR graph hash "
787787
<< torch::lazy::HashToString(hash)
788788
<< " on devices: " << absl::StrJoin(devices, ",");
789-
// TODO(jwtan): Remove the WrapXlaData when inherits LazyGraphExecutor.
790789
results = WrapXlaData(xla::ComputationClient::Get()->ExecuteReplicated(
791790
*async->cached_computation->computation->client_computation(),
792791
device_arguments, devices,

0 commit comments

Comments
 (0)