InfoQ Homepage GPU Content on InfoQ
-
WebCL Brings Parallelism to the Browser
WebCL brings parallelism support to the browser, enabling JavaScript developers to write data intensive web applications. Nokia has a prototype for Firefox while Samsung has one for WebKit browsers.
-
Moonlight Playbacks Video Directly on GPU
Moonlight has been enhanced to support GPU-accelerated video playback. Silverlight 5 will do the same, but with extra features.
-
Moonlight 4.0 Preview 1 Has Been Released
Moonlight 4.0 Preview 1 includes all the Silverlight 3.0 API and a part of Silverlight 4.0 API. New features include: Out-of-Browser, GPU-accelerated graphics, 3D transformation, shaders, V4L2 video capture, H.264 and AAC, and better smooth streaming.
-
Targeting the GPU with GPU.NET
GPU.NET is a managed solution integrated with Visual Studio 2010 for .NET developers and aimed at creating calculation intensive applications for GPU.
-
Amazon Offers Cluster GPU Instances
Amazon has announced the availability of Cluster GPU instances for high performance applications starting with an instance of 2 NVidia Tesla GPUs and going up to a cluster of 128 or more instances, appealing to financial analysis, imaging, biology, simulation, and other domains.
-
Moonlight Leaps Ahead of Silverlight with Hardware Accelerated Pixel Shaders
Recently David Reveman added significant amounts of hardware rendering to Novel’s Moonlight. This puts it in the lead over Silverlight, offers only a limited amount of hardware rendering support.
-
Aparapi: New, “Pure Java” API for Executing Arbitrary Compute Tasks on GPUs Unveiled at JavaOne
InfoQ catches up with Gary Frost from AMD who unveiled an alpha release of Aparapi, an API that allows programmers to write logic in Java to be executed on a GPU. GPUs are the massively parallel hardware acceleration chips originally installed in PCs to boost graphics rendering performance but that are now pushed to other kinds of compute-intensive tasks that have nothing to do with graphics.
-
Microsoft Has Released Windows HPC Server 2008 R2 Suite
Windows HPC Server 2008 R2 Suite is the latest HPC solution from Microsoft in the technical computing initiative called Modeling the World. Some of the new features include: workstations clusters, accessing the cloud, using SOA, services for Excel, and GPU support.
-
LINQ on GPU with Brahma
Brahma is an open source C# library that provides support for parallel computations running on a variety of processors. Currently, Brahma has a GPU provider but its modular structure allows using different providers for other types of processors. One C# method can contain both statements running on CPU and GPU without additional glue code.