Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the current status of the WebCL implementation on major browsers? [closed]

I have this question because I cant find official information from Google, Mozilla or Microsoft. I just found 2014 dated entries. I would like that kind of efficiency on the browser.

To the moderator: Please keep this question while as its answer evolve with time.

like image 867
Jairo Andres Velasco Romero Avatar asked Jun 17 '16 13:06

Jairo Andres Velasco Romero


1 Answers

The latest Version of the spec is (in June 2016) still in "draft"-status: https://www.khronos.org/registry/webcl/specs/latest/1.0/

No browser vendor seems to have implemented it or even having concrete plans to implement it at the moment.

For performance-intensive calculations WebAssembly is currently probably the better horse to place a bet on: http://webassembly.github.io/

like image 64
MattDiMu Avatar answered Oct 25 '22 15:10

MattDiMu