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_OP_CONV_TRANSPOSE_1D Metal kernels #1026

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

PABannier
Copy link
Contributor

@PABannier PABannier commented Nov 22, 2024

This PR adds two Metal kernels: GGML_METAL_KERNEL_TYPE_CONV_TRANSPOSE_1D_F32_F32 and GGML_METAL_KERNEL_TYPE_CONV_TRANSPOSE_1D_F16_F32.

It is necessary to port Encodec.cpp and Bark.cpp on Metal.

All tests from test-backend-ops.cpp and test-conv-transpose-1d.cpp pass.

@PABannier PABannier changed the title feat: add GGML_OP_CONV_1D Metal kernels feat: add GGML_OP_CONV_TRANSPOSE_1D Metal kernels Nov 23, 2024
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