Skip to content

Commit 3b3e0dd

Browse files
author
Sam Anklesaria
committed
Add lfilter_core generic path
1 parent dab4220 commit 3b3e0dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libtorchaudio/lfilter.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ TORCH_LIBRARY_IMPL(torchaudio, CUDA, m) {
116116
m.impl("torchaudio::_lfilter_core_loop", &cuda_lfilter_core_loop);
117117
}
118118
#endif
119+
120+
TORCH_LIBRARY_IMPL(torchaudio, CompositeExplicitAutograd, m) {
121+
m.impl("torchaudio::_lfilter_core_loop", &lfilter_core_generic_loop);
122+
}

0 commit comments

Comments
 (0)