Sciweavers

9898 search results - page 25 / 1980
» Measuring Multicore Performance
Sort
View
ICCAD
2006
IEEE
157views Hardware» more  ICCAD 2006»
15 years 6 months ago
From single core to multi-core: preparing for a new exponential
In the past, processor design trends were dominated by increasingly complex feature sets, higher clock speeds, growing thermal envelopes and increasing power dissipation. Recently...
Jeff Parkhurst, John A. Darringer, Bill Grundmann
CSSE
2008
IEEE
15 years 4 months ago
Online Programming Experience Platform for Multicore Curriculum
Multicore has shown its merits of high performance and low power consumption compared with traditional single cores. It also puts a challenge to the universities in how to teach a...
Qingsong Shi, Tianzhou Chen, Hu Wei, Jolly Wang, N...
DATE
2006
IEEE
120views Hardware» more  DATE 2006»
15 years 1 months ago
Battery-aware code partitioning for a text to speech system
The advent of multi-core embedded processors has brought along new challenges for embedded system design. This paper presents an efficient, battery aware, code partitioning techni...
Anirban Lahiri, Anupam Basu, Monojit Choudhury, Sr...
PPOPP
2011
ACM
14 years 14 days ago
Wait-free queues with multiple enqueuers and dequeuers
The queue data structure is fundamental and ubiquitous. Lockfree versions of the queue are well known. However, an important open question is whether practical wait-free queues ex...
Alex Kogan, Erez Petrank
67
Voted
SIGCSE
2010
ACM
164views Education» more  SIGCSE 2010»
15 years 4 months ago
A breadth-first course in multicore and manycore programming
The technique of scaling hardware performance through increasing the number of cores on a chip requires programmers to learn to write parallel code that can exploit this hardware....
Suzanne Rivoire