OpenCL and GPU Computing Latest News
Categories: GPU Computing, NVIDIA CUDA, OpenCL Tags: cuda, direct compute, gpu computing, opencl

Read more…
ATI Stream Computing SDK Available with OpenCL GPU Support
Categories: GPU Computing, OpenCL, SDK Tags: ati stream, gpu computing, opencl, Programming


Read more…
NVIDIA Releases The GPU Computing SDK With OpenCL Support and Demos
Categories: GPU Computing, OpenCL, SDK Tags: directcompute, gpu computing, opencl, Programming, sdk


OpenCL Particle Collision Simulation
Read more…
CXT8000: NVIDIA Tesla-based Server with 1920 CUDA Cores for GPU Computing!
Categories: GPU, GPU Computing, Hardware, NVIDIA CUDA Tags: colfax, ctx8000, gpu computing, NVIDIA, server, tesla

Read more…
NVIDIA Fermi: the Nuclear GPU for Scientific Applications
Categories: GPU, GPU Computing, Graphics Cards, NVIDIA CUDA Tags: c++, cuda, fermi, gpu, gpu computing, gt300, NVIDIA, opencl, physx, streaming multiprocessor, unfied address space

Read more…
New OpenCL Presentations and Tutorials Available
Categories: OpenCL, Programming Tags: gpu, gpu computing, opencl, Programming

Read more…
ATI Stream SDK v2.0 BETA Available With OpenCL
Categories: ATI Stream, OpenCL, Programming Tags: ati stream, gpu computing, gpu programming, opencl

Read more…
An Introduction to OpenCL Programming
Categories: OpenCL, Programming Tags: gpu computing, opencl, Programming, tutorial

Read more…
NVIDIA CUDA 2.2 SDK Available
Categories: NVIDIA CUDA Tags: cuda, gpu, gpu computing, NVIDIA, opengl, Programming

Read more…
CUDA 2.0 Available
Categories: NVIDIA CUDA, Programming Tags: cuda, cuda 2.0, geforce, gpu, gpu computing, NVIDIA, Programming
CUDA 2.0 is available here: CUDA Zone. To take advantage of CUDA, you need Forceware 177.84 or better (177.89). Samples work with GeForce 8/9 series.

NVIDIA CUDA technology is the world’s only C language environment that enables programmers and developers to write software to solve complex computational problems in a fraction of the time by tapping into the many-core parallel processing power of GPUs.
—-
[via]
CUDA: GPU Usage and Data Structure Design
Categories: NVIDIA CUDA, Programming Tags: cuda, gpgpu, gpu, gpu computing, Programming
Here is a thesis that discusses the usage of NVIDIA’s CUDA in two applications:
- Einstein@Home: a distributed computing software
- OpenSteer: a game-like application.
CUDA exposes the GPU processing power in the C programming language and can be integrated in existing applications with ease. But in order to exploit the power a GPU can deliver, one has to design the data structures in order to become optimized for CUDA.
Download the thesis here: GPU usage and data structure design (1366)
AMD Stream SDK will support DirectX 11 and OpenCL
Categories: ATI Stream, Programming Tags: AMD, ATI, directx 11, gpgpu, gpu applications, gpu computing, opencl, Stream Software Development Kit
AMD/ATI plans to update the Stream Software Development Kit in order to offer a fast solution to produce GPU accelerated applications. Stream Software Development Kit will have an enhanced support for C/C++ and new APIs, including Microsoft’s DirectX 11 and OpenCL.

[via]
NVIDIA CUDA: One Year After
Categories: NVIDIA CUDA Tags: cuda 2.0, geforce gtx 280, gpu computing, password recovering, Programming, tesla series 10
The hardware.fr staff has been invited by NVIDIA to make a point on CUDA. Since this exellent article is written in french, I’ll try to highlight the interesting parts.
One of the new thing in CUDA 2.0 is, according to hardware.fr, the adding in the CUDA compiler of an optimzed profile for multicores x86 CPUs. Currently, CUDA code is splitted in two parts: one part processed by the CPU and the other one by the GPU via the CUDA compiler.
The new thing is that we can now compile the GPU code explicitly for the CPU in order to take advantage of multicores capabilities of the latest CPUs.
Another new thing is Tesla Series 10. NVIDIA has equiped all Tesla 10 products with 4Gb of graphics memory by GPU (recall that GeForce GTX 280 has 1Gb of memory). This boost in memory amount is useful in situations where dataset to be processed are very large.

A Tesla 10 card has only 6-pin PCI-Express power connector (the 8-pin is optional – a GeForce GTX 280 has one 6-pin and one 8-pin an both are required!). The reason is in GPU Computing the GPU has a lower power consumption because some transitors dedicated to 3D graphics are not used.
The article shows also some practical cases where CUDA is used: financial analysis, medical imagery (3D scans) and password recovering.

Read the complete article HERE – in french only
[via]
Real-time Visual Tracker by Stream Processing
Categories: NVIDIA CUDA, Programming Tags: cuda, gpu, gpu computing, Programming, real-time visual tracker, stream processing
This work describes the implementation of a real-time visual tracker that targets the position and 3D pose of objects (specifically faces) in video sequences. The use of GPUs for the computation and efficient sparse-template-based particle filtering allows real-time processing even when tracking multiple faces simultaneously in high-resolution video frames. Using a GPU and the NVIDIA CUDA technology, performance improvements as large as ten times compared to a similar CPU-only tracker are achieved.
- Real-time Visual Tracker by Stream Processing by Oscar Mateo Lozano, and Kazuhiro Otsuka. Journal of Signal Processing Systems.
![]()
-source-
Thanks to tho for the news.
Tesla 10 and CUDA 2.0: Technical Analysis and Performance
Categories: Graphics Cards, NVIDIA CUDA, Programming Tags: cuda, cuda 2.0, gpu computing, gt200, NVIDIA, tesla
CUDA was announced along with G80 in November 2006, released as a public beta in February 2007, and then finally hit the Version 1.0 milestone in June 2007 along with the launch of the G80-based Tesla solutions for the HPC market. Today, Beyond3D looks at the next stage in the CUDA/Tesla journey: GT200-based solutions, CUDA 2.0, and the overall state of NVIDIA’s HPC business.
Read the article HERE.












