Y
Hacker News
new
|
ask
|
show
|
jobs
by
seanmcdirmid
3025 days ago
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?
1 comments
fulafel
3025 days 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.
link
nsthorat
3025 days ago
This probably won't buy you anything. The API you still have is WebGL, and JS is not the bottleneck.
link
Though compiling WebAssembly to GPU code would be a very interesting thing to explore, too.