中文
相关论文

相关论文: Branch Prediction Analysis of Morris-Pratt and Knu…

200 篇论文

This paper quantifies the impact of branches and branch mispredictions on the single-core performance for two classes of graph problems. Specifically, we consider classical algorithms for computing connected components and breadth-first…

分布式、并行与集群计算 · 计算机科学 2014-11-11 Oded Green , Marat Dukhan , Richard Vuduc

Branch prediction is an architectural feature that speeds up the execution of branch instruction on pipeline processors and reduces the cost of branching. Recent advancements of Deep Learning (DL) in the post Moore's Law era is accelerating…

硬件体系结构 · 计算机科学 2022-01-03 Rinu Joseph

Branch prediction is arguably one of the most important speculative mechanisms within a high-performance processor architecture. A common approach to improve branch prediction accuracy is to employ lengthy history records of previously seen…

硬件体系结构 · 计算机科学 2022-07-29 Anastasios Zouzias , Kleovoulos Kalaitzidis , Konstantin Berestizshevsky , Renzo Andri , Leeor Peled , Zhe Wang

Branch predictor (BP) is an essential component in modern processors since high BP accuracy can improve performance and reduce energy by decreasing the number of instructions executed on wrong-path. However, reducing latency and storage…

硬件体系结构 · 计算机科学 2018-04-03 Sparsh Mittal

Branch prediction is a standard feature in most processors, significantly improving the run time of programs by allowing a processor to predict the direction of a branch before it has been evaluated. Current branch prediction methods can…

硬件体系结构 · 计算机科学 2018-05-03 Adam Auten , Tanishq Dubey , Rohan Mathur

Modern branch predictors predict the vast majority of conditional branch instructions with near-perfect accuracy, allowing superscalar, out-of-order processors to maximize speculative efficiency and thus performance. However, this…

分布式、并行与集群计算 · 计算机科学 2020-10-13 Chit-Kwan Lin , Stephen J. Tarsa

The analysis of algorithms mostly relies on counting classic elementary operations like additions, multiplications, comparisons, swaps etc. This approach is often sufficient to quantify an algorithm's efficiency. In some cases, however,…

数据结构与算法 · 计算机科学 2015-01-20 Conrado Martínez , Markus E. Nebel , Sebastian Wild

We introduce an algorithm for generating a random sequence of fragmentation trees, which we call the ancestral branching algorithm. This algorithm builds on the recursive partitioning structure of a tree and gives rise to an associated…

概率论 · 数学 2011-11-02 Harry Crane

Mixed-integer model predictive control (MI-MPC) requires the solution of a mixed-integer quadratic program (MIQP) at each sampling instant under strict timing constraints, where part of the state and control variables can only assume a…

最优化与控制 · 数学 2019-03-22 Pedro Hespanhol , Rien Quirynen , Stefano Di Cairano

A school of thought contends that human decision making exhibits quantum-like logic. While it is not known whether the brain may indeed be driven by actual quantum mechanisms, some researchers suggest that the decision logic is…

量子物理 · 物理学 2020-04-10 Alex Bocharov , Michael Freedman , Eshan Kemp , Martin Roetteler , Krysta M. Svore

Probabilistic graphical models play a crucial role in machine learning and have wide applications in various fields. One pivotal subset is undirected graphical models, also known as Markov random fields. In this work, we investigate the…

量子物理 · 物理学 2022-08-25 Liming Zhao , Lin-chun Wan , Ming-Xing Luo

Combining quantum computers with classical compute power has become a standard means for developing algorithms that are eventually supposed to beat any purely classical alternatives. While in-principle advantages for solution quality or…

量子物理 · 物理学 2026-01-23 Simon Thelen , Wolfgang Mauerer

We give an algorithm for prediction on a quantum computer which is based on a linear regression model with least squares optimisation. Opposed to related previous contributions suffering from the problem of reading out the optimal…

量子物理 · 物理学 2016-09-07 Maria Schuld , Ilya Sinayskiy , Francesco Petruccione

Branch mispredictions cause catastrophic performance penalties in modern processors, leading to performance loss. While hardware predictors and profile-guided techniques exist, data-dependent branches with irregular patterns remain…

The incorporation of cutting planes within the branch-and-bound algorithm, known as branch-and-cut, forms the backbone of modern integer programming solvers. These solvers are the foremost method for solving discrete optimization problems…

最优化与控制 · 数学 2022-04-18 Maria-Florina Balcan , Siddharth Prasad , Tuomas Sandholm , Ellen Vitercik

The major challenge in designing a discriminative learning algorithm for predicting structured data is to address the computational issues arising from the exponential size of the output space. Existing algorithms make different assumptions…

机器学习 · 计算机科学 2010-06-29 Shankar Vembu

Tree-based models have proven to be an effective solution for web ranking as well as other problems in diverse domains. This paper focuses on optimizing the runtime performance of applying such models to make predictions, given an…

数据库 · 计算机科学 2013-04-29 Nima Asadi , Jimmy Lin , Arjen P. de Vries

Branch misprediction latency is one of the most important contributors to performance degradation and wasted energy consumption in a modern core. State-of-the-art predictors generally perform very well but occasionally suffer from high…

硬件体系结构 · 计算机科学 2026-01-22 Ioannis Constantinou , Arthur Perais , Yiannakis Sazeides

Data-driven algorithm design is a paradigm that uses statistical and machine learning techniques to select from a class of algorithms for a computational problem an algorithm that has the best expected performance with respect to some…

机器学习 · 计算机科学 2024-06-05 Hongyu Cheng , Sammy Khalife , Barbara Fiedorowicz , Amitabh Basu

Recent research has established the effectiveness of machine learning for data-driven prediction of the future evolution of unknown dynamical systems, including chaotic systems. However, these approaches require large amounts of measured…

机器学习 · 计算机科学 2021-10-11 Daniel Canaday , Andrew Pomerance , Michelle Girvan
‹ 上一页 1 2 3 10 下一页 ›