Skip to content
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

Port f32 im2col to use new SIMD API #607

Merged
merged 1 commit into from
Mar 2, 2025
Merged

Conversation

robertknight
Copy link
Owner

@robertknight robertknight commented Mar 2, 2025

Port f32 im2col to use the new SIMD API, reducing the amount of unsafe code. Another change that was required is exporting the individual Isa implementations so that the architecture-specific GEMM constructors can use them.

Part of #549.

@robertknight robertknight changed the title Add mask operations trait to new SIMD API, port f32 im2col to use it Port f32 im2col to use it Mar 2, 2025
@robertknight robertknight changed the title Port f32 im2col to use it Port f32 im2col to use new SIMD API Mar 2, 2025
@robertknight robertknight marked this pull request as ready for review March 2, 2025 20:47
@robertknight robertknight merged commit 7dbaadb into main Mar 2, 2025
2 checks passed
@robertknight robertknight deleted the im2col-safer-simd branch March 2, 2025 20:48
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.

1 participant