Sciweavers

431 search results - page 10 / 87
» The predictability of branches in libraries
Sort
View
HPCA
2003
IEEE
14 years 7 months ago
Power-Aware Control Speculation through Selective Throttling
With the constant advances in technology that lead to the increasing of the transistor count and processor frequency, power dissipation is becoming one of the major issues in high...
Juan L. Aragón, José González...
MICRO
1999
IEEE
123views Hardware» more  MICRO 1999»
13 years 11 months ago
Improving Branch Predictors by Correlating on Data Values
Branch predictors typically use combinations of branch PC bits and branch histories to make predictions. Recent improvements in branch predictors have come from reducing the effec...
Timothy H. Heil, Zak Smith, James E. Smith
ARCS
2008
Springer
13 years 9 months ago
Potentials of Branch Predictors: From Entropy Viewpoints
Predictors essentially predicts the most recent events based on the record of past events, history. It is obvious that prediction performance largely relies on regularity
Takashi Yokota, Kanemitsu Ootsu, Takanobu Baba
CNHPCA
2009
Springer
13 years 10 months ago
Parallel Branch Prediction on GPU Platform
Abstract. Branch Prediction is a common function in nowadays microprocessor. Branch predictor is duplicated into multiple copies in each core of a multicore and many-core processor...
Liqiang He, Guangyong Zhang

Source Code
1147views
12 years 1 months ago
SLEEF
SLEEF (SIMD Library for Evaluating Elementary Functions) is a library that facilitates programming with SIMD instructions. It implements the trigonometric functions, inverse trigon...