Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
seanmcdirmid
8y ago
0 comments
Share
Is SIMD going to close that performance gap for a problem that otherwise fits well on a GPU? Wouldn't the ideal by WASM support for GPU access?
undefined | Better HN
0 comments
default
newest
oldest
fulafel
8y ago
Indeed WASM supports GPU access through the normal JS WebGL API. Many asm.js/WebAssembly apps use the GPU in this way.
Though compiling WebAssembly to GPU code would be a very interesting thing to explore, too.
nsthorat
8y ago
This probably won't buy you anything. The API you still have is WebGL, and JS is not the bottleneck.
j
/
k
navigate · click thread line to collapse