You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: