Skip to content

Commit

Permalink
remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed May 1, 2024
1 parent 5a9097d commit 8dcf30f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torch_xla/csrc/init_python_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2475,8 +2475,6 @@ void InitXlaModuleBindings(py::module m) {
xtensor->CurrentDataHandle());
return runtime::GetComputationClient()->UnsafeBufferPointer(data);
} else if (xtensor->CurrentIrValue().node != nullptr) {
// DeviceData* device_data =
// torch_xla::DeviceData::Cast(xtensor->CurrentIrValue().node.get());
DeviceData* device_data =
DeviceData::Cast(xtensor->CurrentIrValue().node.get());
if (device_data != nullptr) {
Expand Down

0 comments on commit 8dcf30f

Please sign in to comment.