Skip to content

Commit 3aeb6f6

Browse files
committed
remove accidental addition
1 parent 3953de3 commit 3aeb6f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functorch/csrc/BatchRulesViews.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ TORCH_LIBRARY_IMPL(aten, FT_BATCHED_KEY, m) {
478478
VMAP_SUPPORT("view", view_batching_rule);
479479
VMAP_SUPPORT("expand", expand_batch_rule);
480480
VMAP_SUPPORT("unfold", unfold_batch_rule);
481-
VMAP_SUPPORT("movedim.intlist", movedim_batch_rule);
482481
}
483482

484483
}}

0 commit comments

Comments
 (0)