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

Rewrite Framework Code to take advantage of SIMD Numerics #63

Open
sr229 opened this issue Apr 1, 2024 · 0 comments
Open

Rewrite Framework Code to take advantage of SIMD Numerics #63

sr229 opened this issue Apr 1, 2024 · 0 comments
Labels
area:framework The issue is about the framework enhancement New feature or request priority:medium

Comments

@sr229
Copy link
Member

sr229 commented Apr 1, 2024

Currently, the way we're using MediaPipe skips SIMD benefits which in all cases considered, would be a massive perf penalty, especially for Matrix and Vector datatypes we're dealing with. Would be nice if we can rewrite our native code and managed code to take advantage of this.

@sr229 sr229 added enhancement New feature or request priority:medium area:framework The issue is about the framework labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:framework The issue is about the framework enhancement New feature or request priority:medium
Projects
None yet
Development

No branches or pull requests

1 participant