I’m thinking of doing some experiments on WebCL. I’m good in OpenCL/CUDA on GPUs.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a third WebCL prototype
https://github.com/Motorola-Mobility/node-webcl
I had to down rev my browser to run the Nokia WebCL. But I was able write some complex examples. The issue I see if the time taken to initialize a GPU ~45 ms and the time taken to compile a kernel ~145ms. In ~200 ms I can do ~2M FLOPS in Javscript, So when does WebCL gain over JS …