Skip to content

Commit

Permalink
revert pr #2682
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed Jun 21, 2023
1 parent 55a2d55 commit ff657c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_xla/csrc/tensor_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ XLATensorImpl::XLATensorImpl(XLATensor&& tensor)
GetTypeMeta(tensor),
bridge::XlaDeviceToAtenDevice(tensor.GetDevice())),
tensor_(c10::make_intrusive<XLATensor>(std::move(tensor))) {
is_non_overlapping_and_dense_ = false;
set_custom_sizes_strides(SizesStridesPolicy::CustomSizes);
}

Expand Down

0 comments on commit ff657c6

Please sign in to comment.