4,392 Posts served
10,722 Conversations started
- Academic

- Android

- Art, Music, & Animation

- Embedded Computing

- Events

- Game Development

- Graphics & Media

- Intel SW Partner Program

- Intel® AppUp Developer Program

- Manageability & Security

- Mobility

- Open Source

- Parallel Programming

- Performance and Optimization

- Power Efficiency

- Site News & Announcements

- Software Tools

- Association for Computing Machinery TechNews (ACM)
- Go Parallel! (Dr. Dobbs)
- HPCwire (Tabor Communications, Inc.)
- insideHPC (John West)
- Joe Duffy's Weblog (Microsoft)
- Microsoft Parallel Programming Development Center (Microsoft Germany)
- MultiCoreInfo.com
- scalability.org (Scalable Informatics)
- Software Dev Blog (Intel Germany)
- Soft Talk Blog (Intel United Kingdom)
- The Moth (Microsoft)
GCDC’08: Intel Tools – turbo for your gaming software
By Michael J Huelskoetter (90 posts) on August 15, 2008 at 2:02 am
When Intel‘s Jérôme Muffat-Méridol and Basher Khan talk about „Intel Tools – Accelerate your PC Software Performance“ during GCDC‘08, they will present two things. First: which Intel tuning software can you use in order to optimize your gaming apps for Intel platforms. And second Jérôme and Basher will focus on Intel Threading Building Blocks (TBB) showing the huge advantages of this C++ based library for multi-threading purposes without the need for writing the code yourself.
In terms of tuning tools there‘s a variety of helpful applications that you can use for your own projects, and the most of the software is free. Amongst the Intel Tools you‘ll find C++ compilers, threading analysis tools and libraries.
But let’s get to talking about the Intel TBB. First good news: for evaluation and non-commercial purposes its absolutely free of charge. And there is even more good news: Intel TBB is open source so that you don‘t have to buy a licence if you don‘t need commercial support. Just use it and optimize your applications.
But there’s a couple more things which are quite convincing:
- Due to its task-based approach Intel TBB is more efficient than a lot of other comparable development suites available on the market. This means that developers can accomplish more in less time.
- Gaming apps and other software scale perfectly when they‘re designed with the help of Intel TBB, because multi-threaded apps use available processors seamlessly.
- With Intel TBB you can write cross-platform code that is able to run on nearly every system on the market. So it doesn‘t really matter whether you design your gaming app for Microsoft Windows, Linux or Mac OS X. In addition there are nearly no limitations in terms of other threading technologies such as Win32, POSIX and OpenMP.
- Intel TBB is a real diet for your applications as it allows slim coding compared to software which is based on native threads. A code reduction of 50 percent and more is really possible.
So, if you‘re convinced now that Intel TBB is the answer to all your optimization questions consider attending Jérôme‘s and Basher‘s tech session on Monday, 18. August, 11:30 am, room B. Or invest 35 bucks and go buy the compelling book of James Reinders talking about the Intel TBB in depth.
Categories: Events, Game Development, Graphics & Media, Parallel Programming, Software Tools
Tags: gcdc
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (2)
| June 27, 2010 10:49 PM PDT
CC |
If that is the case, why don't you just buy an Atom processor and a high end GPU card? nope...i don't think that will work huh? |
Trackbacks (4)
- Intel Software Network Blogs » GCDC’08: Leipzig, we are coming!
August 16, 2008 1:35 AM PDT - Intel Software Network Blogs » GCDC’08: more demos optimized for Intel platform
August 18, 2008 4:02 AM PDT - Intel Software Network Blogs » GCDC’08: Intel Tuning Tools can help optimizing software
August 18, 2008 7:02 AM PDT - Intel Software Network Blogs » GCDC’08: optimizing DirectX code for multi-core platforms
August 21, 2008 12:20 AM PDT


Paul Horn