Skip to content

Commit

Permalink
remove accidental addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Padarn committed Nov 7, 2021
1 parent 3953de3 commit 3aeb6f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functorch/csrc/BatchRulesViews.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ TORCH_LIBRARY_IMPL(aten, FT_BATCHED_KEY, m) {
VMAP_SUPPORT("view", view_batching_rule);
VMAP_SUPPORT("expand", expand_batch_rule);
VMAP_SUPPORT("unfold", unfold_batch_rule);
VMAP_SUPPORT("movedim.intlist", movedim_batch_rule);
}

}}

0 comments on commit 3aeb6f6

Please sign in to comment.