摘要
多核多线程处理器^([1])是并行技术的一个发展方向,基于多核多线程处理器,提出了一种时钟共享多线程处理器。该处理器有近邻通信和线程间通信两种通信机制,近邻通信采用近邻共享FIFO来传递信息,线程间通信通过线程间共享存储来传递信息,这样可以提高处理器的资源利用率和并行执行能力。
Multicore and multithreaded processors is a development direction of parallel technology. This paper design a shared_clock multithreading processor for multicore and multithreaded processors. It has two communication mechanisms : the neighbor communica-tion and the thread- thread communication. The neighbor communication conveys information by the neighbored shared FIFO and thread- thread communication conveys information by shared memory. This can improve resource utilization and parallel executing ca-pacity.
出处
《电子技术应用》
北大核心
2016年第3期42-46,共5页
Application of Electronic Technique
基金
国家自然科学基金(61136002)
陕西省科学技术研究发展计划(2011K06-47)
陕西省重点学科建设西邮计算机体系结构项目资助
关键词
时钟共享多线程
近邻通信
线程间通信
shared-clock multithreading processor
neighbor communication
thread-thread communication