December 2007 Archives

OpenMP 与 游戏

| | Comments (0)

OpenMP并行库在多核机的大量计算中尤其是序列无关的循环计算中显示出极大的性能提升。看到05年xbox的说明中已经支持了OpenMP. OpenMP大量使用在图形的渲染和着色上。

MSDN 上有一篇文章介绍关于在OpenMP支持Xbox的文章 :

Coding For Multiple Cores on Xbox 360 and Microsoft Windows

这里有一片文章介绍OpenMP在游戏中渲染地形的使用:

Multi-Threaded Terrain Smoothing

也许当未来出现多核手机的时候OpenMP可以简化手机的线程处理, 看电池的好坏了...

Parallel computing is the wave of the future…and always will be.



openMP Vendors

| | Comments (0)
AMD
Cray
Fujitsu/Lahey
HP
IBM
Intel
Microsoft
NEC
The Portland Group, Inc.
SGI
Sun Microsystems
Totalview Technologies
Vast from Crescent Bay Software

gcc 4.2 支持openMP

| | Comments (0)
gcc 4.2支持 openMP, 可以尝试在 multi processor 环境下编写简单的MP程序.

更新说明: http://gcc.gnu.org/gcc-4.2/changes.html
gomp:  http://gcc.gnu.org/projects/gomp/

The GOMP project is developing an implementation of OpenMP for the C, C++, and Fortran 95 compilers in the GNU Compiler Collection. As part of the GNU Project, GOMP will simplify parallel programming for all GNU system variants. This effort operates in an open environment to attract developers and ensure applicability across multiple architectures and applications....

openMP 3.0 API

| | Comments (0)

The Birth of OpenMP 3.0

| | Comments (0)

The first entry: The Birth of OpenMP 3.0

come from the openMP official website www.openmp.org

About this Archive

This page is an archive of entries from December 2007 listed from newest to oldest.

January 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.

MyFriends