Entries from September 2010
September 21st, 2010 · No Comments
The epicenter of the GPU computing revolution has shifted this week to the San Jose Convention Center. It’s serving as home of this year’s GPU Technology Conference, where several thousand attendees are learning more about what researchers are doing on the GPU front from medical to video animation. In this video wrap-up from day one, [...]
[Read more →]
Tags: Events · GPU
September 21st, 2010 · No Comments
by Michael Feldman, HPCwire Editor
The NVIDIA GPU Technology Conference (GTC) kicked off on Tuesday amid a flurry of news that suggests the GPGPU HPC business is quickly moving into the mainstream. After just four years since the introduction of commercial-grade GPU computing, the technology has become firmly established and is poised to spill [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · No Comments
In this demo with Jonathan Ross, Software Architect, Microsoft:
Bringing parallel programming to mainstream software developers is one of the main goals of Intels Tera-scale research program. Microsoft Visual Studio is a widely popular software development environment that can also be used for developing parallel applications to run on the SCC many-core platform.
Visual Studio 2008 is [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · No Comments
MATLAB GPU support is available in Parallel Computing Toolbox. Using MATLAB for GPU computing lets you take advantage of GPUs without low-level C or Fortran programming.
MATLAB supports NVIDIA CUDA-capable GPUs with compute capability version 1.3 or higher, such as Tesla 10-series and 20-series GPUs.
MATLAB CUDA support provides the base for GPU-accelerated MATLAB operations and lets [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · No Comments
by Gaston Hillar
Intel Parallel Advisor Lite has grown up and its newest version is Intel Parallel Advisor 2011. Part of the Parallel Studio 2011 suite of tools, Advisor provides expert advice for parallelization for Windows C/C++ architects and developers.
Intel Parallel Advisor 2011 is also a unique modeling tool that reduces overall development time.
The new [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · No Comments
by Sean Koehl
I wanted to give an important update related to our research on future microprocessor architectures, particularly the “many-core” processors envisioned by our Tera-scale Computing Research Program. Last December, Intel Labs demonstrated the latest concept vehicle to emerge from this program, the 48-core Single-chip Cloud Computer. At the time, our CTO Justin Rattner [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · No Comments
Tech-X Corporation of Boulder, Colorado, announces the release of GPULib v1.4. GPULib provides a library of mathematical functions that facilitate the use of high performance computing resources available on modern Graphics Processing Units (GPUs) by engineers, scientists, analysts, and other technical professionals.
What New in GPULib v1.4?
GPULib v1.4 supports CUDA streams, enabling concurrent execution of multiple [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · 1 Comment
by Lahlali Issam
Visual C++ 2010 comes with new features and enhancements to simplify more native programming. The Concurrency Runtime (CRT), for instance, is a framework that simplifies parallel programming and helps you write robust, scalable, and responsive parallel applications. The CRT raises the level of abstraction so that you do not have to manage the [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · No Comments
By Sean Portnoy
If you’re looking for a new CPU to build a system around, AMD has just dropped a half dozen onto the marketplace, including a new six-core Phenom II.
The new processors comprise three Athlon II chips and a trio of Phenom II parts. On the low end, there’s the 3.3GHz dual-core Athlon II X2 [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · No Comments
Klocwork, a developer of automated source code analysis tools, has announced new capabilities to overcome the challenges of multicore and multiprocessor development.
Klocwork Truepath, Klocwork’s static analysis engine, has been enhanced to address two issues related to multicore and multiprocessor development:
* Endian incompatibilities. Heterogeneous processor architectures require developers to ensure that their [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · 1 Comment
Green Hills Software, Inc., the largest independent vendor of embedded software solutions, today announced operating system, middleware and multicore development tool support for NetLogic Microsystems’ industry-leading XLP™ family of multicore, multi-threaded processors. Green Hills Software’s comprehensive portfolio of optimized software solutions includes its multicore-ready INTEGRITY® real-time operating system (RTOS) and MULTI® software development tool set [...]
[Read more →]
Tags: Embedded
September 21st, 2010 · No Comments
Klocwork, Inc., the global leader in automated source code analysis solutions for improving developer productivity, today announced new capabilities to help software developers overcome the challenges of multicore and multiprocessor development.
The growth in multicore and multiprocessor architectures is being driven by demand for more sophisticated feature sets, advanced user interfaces, and perpetual connectivity in [...]
[Read more →]
Tags: MulticoreInfo
September 21st, 2010 · No Comments
AccelerEyes has released version 1.5 of the Jacket GPU programming platform for MATLAB®. Version 1.5 delivers an expanded Image Processing Library, additional core functionality widely requested by Jacket programmers, enhancements to Jacket’s GFOR capability, performance enhancements across the platform, new capabilities for profiling applications, and the ability to compile full M-code functions to individual GPU [...]
[Read more →]
Tags: MulticoreInfo
September 20th, 2010 · No Comments
by Michael Galpin, Software architect, eBay
The Clojure programming language has gained a lot of attention recently. The attention, however, is not for some of the obvious reasons, such as it being a modern Lisp dialect or that it runs on top of the Java™ Virtual Machine. The features that are drawing many people to it [...]
[Read more →]
Tags: MulticoreInfo
September 20th, 2010 · 1 Comment
Urbana-ChampaignUPCRC Illinois announced the release of ParKD, a package of new, faster multicore algorithms for building precise SAH-optimized k-D trees.
The k-D tree is a well-studied hierarchical acceleration data structure for ray tracing for photorealistic rendering of scenes. It is used to organize objects in a scene to allow efficient execution of intersection operations between rays [...]
[Read more →]
Tags: MulticoreInfo
September 20th, 2010 · No Comments
by Michael Feldman, HPCwire Editor
Although 2010 still has a few months left to go, the competition in the x86 server processor arena for 2011 is already setting up to be a knock-down, drag-out fight. Both AMD and Intel are introducing new high-end server chips with revamped microarchitectures next year, and, at the same time, [...]
[Read more →]
Tags: MulticoreInfo
September 20th, 2010 · No Comments
By David Chernicoff
While Nvidia’s GPU-powered supercomputers aren’t new Nvidia has been hard at work keeping the technology fresh and has inked some interesting deals (including one I wrote about with IBM) designed to keep supercomputer-like GPU processing power a relatively easy to add capability in your datacenter. Well, it has just gotten even easier, provided [...]
[Read more →]
Tags: MulticoreInfo
September 20th, 2010 · 1 Comment
By David Chisnall
Continuing his series on concurrent programming, David Chisnall discusses how to remove the need for locking in some common cases, making use of lockless data structures.
When you start making a sequential system support concurrency, the easiest approach is to protect individual parts of it with locks. This design works, but it doesn’t always [...]
[Read more →]
Tags: MulticoreInfo
September 20th, 2010 · No Comments
by Joydip Kanjilal
Visual Studio 2010 provides better support for debugging, profiling, and analyzing parallel applications running on multicore platforms.
You now have the Parallel Stacks and Parallel Tasks window to debug your parallel applications seamlessly.
The Parallel Stacks window provides you a quick glance at the state of multiple threads at any particular point in time. You [...]
[Read more →]
Tags: MulticoreInfo
September 17th, 2010 · 1 Comment
A paper from Google’s Urs Hölzle states that brawny-core systems, whose single-core performance is fairly high, beat wimpy-core systems, whose single-core performance is low most of the time. The paper will appear in IEEE Micro 2010.
Full Paper [pdf]
[Read more →]
Tags: MulticoreInfo