More Cores

May 25, 2006
Moving to multicore processing is necessary to get the kind of performance required by new games. But before that happens, game developers must learn how to take advantage of these multiple cores. The Xbox 360 has the simpler of the two architectures, s

Moving to multicore processing is necessary to get the kind of performance required by new games. But before that happens, game developers must learn how to take advantage of these multiple cores.

The Xbox 360 has the simpler of the two architectures, since splitting an application among cores is relatively straightforward. (That's because the same code can run on any core.) Likewise, a straight port could use just one core or SMP-style (symmetric multiprocessing) multitasking.

The Cell processor in the PlayStation 3 is a more interesting case. The synergistic processing elements (SPEs) handle the bulk of the processing, with coordination between them and the single PowerPC core. Applications then will need to be split accordingly, which means that tasks running on an SPE will have to account for the per-SPE memory.

Partitioned systems like the Cell processor offer performance advantages, but the programming job can get complicated when tasks start bumping into the hard limits of hardware. As a result, games often won't use all of the SPEs. Overall, it shouldn't prove to be a big deal, though, as long as the ones that are used deliver a suitable gameplay environment.

Sponsored Recommendations

Near- and Far-Field Measurements

April 16, 2024
In this comprehensive application note, we delve into the methods of measuring the transmission (or reception) pattern, a key determinant of antenna gain, using a vector network...

DigiKey Factory Tomorrow Season 3: Sustainable Manufacturing

April 16, 2024
Industry 4.0 is helping manufacturers develop and integrate technologies such as AI, edge computing and connectivity for the factories of tomorrow. Learn more at DigiKey today...

Connectivity – The Backbone of Sustainable Automation

April 16, 2024
Advanced interfaces for signals, data, and electrical power are essential. They help save resources and costs when networking production equipment.

Empowered by Cutting-Edge Automation Technology: The Sustainable Journey

April 16, 2024
Advanced automation is key to efficient production and is a powerful tool for optimizing infrastructure and processes in terms of sustainability.

Comments

To join the conversation, and become an exclusive member of Electronic Design, create an account today!