期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
面向SCMP的多线程前瞻控制分析与设计 被引量:1
1
作者 鲁建壮 王志英 张春元 《计算机工程与科学》 CSCD 2006年第10期128-130,共3页
单芯片多处理器一直是处理器微体系结构发展的一个热点。对于通用串行应用程序,高效的线程控制方法是实现线程级前瞻、挖据线程级并行性的一个重要组成部分。本文结合一个具体的SCMP模型即Griffon[1],提出并实现了一种简单、高效的分布... 单芯片多处理器一直是处理器微体系结构发展的一个热点。对于通用串行应用程序,高效的线程控制方法是实现线程级前瞻、挖据线程级并行性的一个重要组成部分。本文结合一个具体的SCMP模型即Griffon[1],提出并实现了一种简单、高效的分布式线程控制方法。该方法易于实现,可扩展性强。实验结果表明,线程的控制可以在数个周期内实现,能够满足片内并行处理的要求。 展开更多
关键词 单芯片多处理器 线程级前瞻 线程控制
下载PDF
A Static Greedy and Dynamic Adaptive Thread Spawning Approach for Loop-Level Parallelism 被引量:1
2
作者 李美蓉 赵银亮 +1 位作者 陶悠 王启明 《Journal of Computer Science & Technology》 SCIE EI CSCD 2014年第6期962-975,共14页
Thread-level speculation becomes more attractive for the exploitation of thread-level parallelism from irregular sequential applications. But it is common for speculative threads to fail to reach the expected parallel... Thread-level speculation becomes more attractive for the exploitation of thread-level parallelism from irregular sequential applications. But it is common for speculative threads to fail to reach the expected parallel performance. The reason is that the performance of speculative threads is extremely complicated by the fact that it not only suffers from the imprecision of compiler-directed performance estimation due to ambiguous control and data dependences, but also depends on the underlying hardware configuration and program behaviors. Thus, this paper proposes a statically greedy and dynamically adaptive approach for loop-level speculation to dynamically determine the best loop level at runtime. It relies on the compiler to select and optimize all loop candidates greedily, which are then proceeded on the cost-benefit analysis of different loop nesting levels for the determination of the order of loop speculation. Under the runtime loop execution prediction, we dynamically schedule and update the order of loop speculation, and ensure the best loop level to be always parallelized. Two different policies are also examined to maximize overall performance. Compared with traditional static loop selection techniques, our approach (:an achieve comparable or better performance. 展开更多
关键词 thread-level speculation loop performance prediction dynamic loop selection
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部