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

Request for web assembly optimized implementation of vmaf's compute intensive functions #1144

Open
mayitayew opened this issue Dec 21, 2022 · 1 comment

Comments

@mayitayew
Copy link

There are several web assembly (wasm) ports of vmaf, with the goal of making the tool available on web browsers. One example here.

By taking advantage of wasm intrinsics, wasm-optimized implementations of the compute-intensive functions will make vmaf on web browsers faster and possibly lead to wider adoption of the tool.

@kylophone
Copy link
Collaborator

First I've seen this. Our focus is a portable library, and we have a paved-path for hardware/platform specific optimizations. If any of the wasm folks want to bring optimizations, we'll take them. From a quick glance at the wasm docs, x86 SSE can be ported directly. Our current x86 optimizations target AVX2 and AVX-512, but we don't have any SSE.

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

2 participants