摘要
在同时多线程处理器中,各线程对于浮点和整数资源需求不同,合理分配线程的共享资源是提升处理器整体性能的重要因素。为此,提出一种浮点与整数资源区别分配的取指策略,合理分配各个线程对于浮点和整数资源的使用情况。实验结果表明,与ICOUNT,STALL等策略相比,该策略在算术平均IPC和调和平均IPC方面均取得一定的性能提升,同时其在处理浮点和整数混合型程序时也具有优势。
In Simultaneous Multithreading(SMT) processors,different threads have different demands for floating-point and integer resources. Howto allocate shared resources among threads is the key point to improve the whole performance for SMT processors. Aiming at this problem,this paper proposes an instruction fetch policy with different allocations of floating-point and integer resources,which reasonably allocates the usage of each thread for floating-point and integer resources. Experimental results showthat,compared with ICOUNT,STALL policy,etc.,the proposed policy improves performance when using average IPC and harmonic average IPC as a metric. Meanwhile,it also has advantages when processing the programs mixing floating-point and integer.
出处
《计算机工程》
CAS
CSCD
北大核心
2017年第4期46-51,共6页
Computer Engineering
基金
"核高基"重大专项"超级计算机处理器研发"(2013ZX01028-001-001-001)
关键词
同时多线程
取指策略
资源分配
线程级并行
浮点
整数
Simultaneous Multithreading(SMT)
instruction fetch policy
resource allocation
thread-level parallelism
floating-point
integer