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

Support for 3D convolutions? #11

Open
stefanozampini opened this issue Sep 11, 2024 · 0 comments
Open

Support for 3D convolutions? #11

stefanozampini opened this issue Sep 11, 2024 · 0 comments

Comments

@stefanozampini
Copy link

I was wondering if there are plans to support 3D convolutions in the next releases. The optimization of these operations can be highly beneficial for 3D image processing, for example in medical applications. When using AMD Genoa and 2D convolutions, the performances of ZenDNN are almost on par with those obtained using one A100 GPU. With 3D convolutions instead, ZenDNN fallbacks to the mklDNN kernel, which performs quite badly on the CPU, and timings are around 20x slower than the CUDA ops.

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

No branches or pull requests

1 participant