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

Article: Meeting the challenges of power conversion in e-bikes

March 18, 2024
Managing electrical noise in a compact and lightweight vehicle is a perpetual obstacle

Power modules provide high-efficiency conversion between 400V and 800V systems for electric vehicles

March 18, 2024
Porsche, Hyundai and GMC all are converting 400 – 800V today in very different ways. Learn more about how power modules stack up to these discrete designs.

Bidirectional power for EVs: The practical and creative opportunities using power modules

March 18, 2024
Bidirectional power modules enable vehicle-to-grid energy flow and other imaginative power opportunities. Learn more about Vicor power modules for EVs

Article: Tesla commits to 48V automotive electrics

March 18, 2024
48V is soon to be the new 12V according to Tesla. Size and weight reduction and enhanced power efficiency are a few of the benefits.

Comments

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