TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Samsung releases code of WebCL implementation for WebKit

34 pointsby wicknicksalmost 14 years ago

3 comments

praeclarumalmost 14 years ago
If you haven't had the chance to look, OpenCL is a really nice way to write parallel tasks using a language that might as well be C. If your problem can be split into tasks that all execute the same code, you're in heaven.<p>It's baked into OS X and makes writing computational intensive apps very enjoyable (love to see many cores burning).<p>Now, does this belong on the web? If HTML5 really wants to be a real app platform, then yes it does. Or is this just a bunch of bored programmers in Japan who thought it would be fun to bind JS to OpenCL?
评论 #2739809 未加载
kashifralmost 14 years ago
Nokia also has a version of webcl here:<p><a href="http://projects.developer.nokia.com/webcl" rel="nofollow">http://projects.developer.nokia.com/webcl</a>
__rkaup__almost 14 years ago
Who needs WebCL in their browser?
评论 #2741733 未加载