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

feat: add GGML_PAD_REFLECT_1D operation #1034

Merged
merged 9 commits into from
Dec 3, 2024

Conversation

PABannier
Copy link
Contributor

This PR adds the CPU and Metal kernels of the PAD_REFLECT_1D operation. A description of the operation can be found here.

It is yet another operation that needs to be supported for Encodec.cpp to work.

Copy link
Owner

Choose a reason for hiding this comment

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

We should refactor these type of test programs into a single test that has reference results for the operators (such as conv, conv_transpose, pad_reflect, etc.) and verifies all of them in a single run using just the CPU backend.

@ggerganov ggerganov merged commit 8f4ff82 into ggerganov:master Dec 3, 2024
4 checks passed
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.

2 participants