Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Faster fully depthwise-separable 1D conv#2567

Merged
awni merged 1 commit intomainfrom
depthwise_1d_conv
Sep 8, 2025
Merged

Faster fully depthwise-separable 1D conv#2567
awni merged 1 commit intomainfrom
depthwise_1d_conv

Conversation

@awni
Copy link
Member

@awni awni commented Sep 4, 2025

Benchmarks:

Kernel Size Input Steps Pre (sec Post (sec)
3 4 0.152 0.058
11 4 0.144 0.071
3 1028 3.349 0.228
11 1028 3.347 0.394

closes #2369

Copy link
Member

@angeloskath angeloskath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Simple and 10x faster.

@awni awni merged commit e5a33f2 into main Sep 8, 2025
6 checks passed
@awni awni deleted the depthwise_1d_conv branch September 8, 2025 18:37
faisalmemon pushed a commit to faisalmemon/mlx that referenced this pull request Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Perf] Optimize 1D group convolution

2 participants