Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
seanmcdirmid
8y ago
0 comments
Save
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?
0 comments
2 comments · 1 top-level
top
newest
oldest
fulafel
8y ago
· 1 in thread
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