Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVieriu97 authored and pytorchmergebot committed Sep 29, 2022
1 parent 42774d1 commit 866af31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aten/src/ATen/native/mps/operations/Indexing.mm
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ Tensor flip_mps(const Tensor& self, IntArrayRef dims) {
dim = maybe_wrap_dim(dim, self.dim());
auto numel = index.numel();
auto alpha_f = alpha.to<float>();


if (numel == 0) {
return;
Expand Down

0 comments on commit 866af31

Please sign in to comment.