Skip to content

Write torch.ops.torchaudio._lfilter in Python #3967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NicolasHug
Copy link
Member

@NicolasHug NicolasHug commented Jul 11, 2025

This PR removes torch.ops.torchaudio._lfilter i.e. the C++ lfilter_core function. It is now written In Python, but still relies on the C++ implementation of the underlying FIR and IIR classes.

A follow-up will be to migrate the autograd logic from C++ to Python.

@NicolasHug NicolasHug requested a review from a team as a code owner July 11, 2025 09:57
Copy link

pytorch-bot bot commented Jul 11, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3967

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures

As of commit c4bd42f with merge base 6c57850 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants