Skip to content

Commit

Permalink
revert pr #2682
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed Jul 6, 2023
1 parent d3779cb commit 7b981ff
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 @@ -80,7 +80,6 @@ XLATensorImpl::XLATensorImpl(XLATensor&& tensor)
auto autocast_xla_ks = c10::DispatchKeySet(c10::DispatchKey::AutocastXLA);
key_set_ = (key_set_ - autocast_xla_ks) | autocast_cuda_ks;
}
is_non_overlapping_and_dense_ = false;
const_cast<XLATensorImpl*>(this)->SetupSizeProperties();
set_sizes_and_strides(sym_sizes_, c10::fromIntArrayRefSlow(
sizes_and_strides_.strides_arrayref()));
Expand Down

0 comments on commit 7b981ff

Please sign in to comment.