Modeling Gather and Scatter with Hardware Performance Counters for Xeon Phi
Modeling Gather and Scatter with Hardware Performance Counters for Xeon Phi
复制标题
使用 Xeon Phi 的硬件性能计数器对收集和分散进行建模
DOI:
10.1109/ccgrid.2015.59
复制
发表时间:
2015
期刊:
影响因子:
--
通讯作者:
Satoshi Matsuoka
中科院分区:
文献类型:
--
作者:
James Lin;Akira Nukada;Satoshi Matsuoka
Intel Initial Many-Core Instructions (IMCI) for Xeon Phi introduces hardware-implemented Gather and Scatter (G/S) load/store contents of SIMD registers from/to non-contiguous memory locations. However, they can be one of key performance bottlenecks for Xeon Phi. Modelling G/S can provide insights to the performance on Xeon Phi, however, the existing solution needs a hand-written assembly implementation. Therefore, we modeled G/S with hardware performance counters which can be profiled by the tools like PAPI. We profiled Address Generation Interlock (AGI) events as the number of G/S, estimated the average latency of G/S with VPU_DATA_READ, and combined them to model the total latencies of G/S. We applied our model to the 3D 7-point stencil and the result showed G/S spent nearly 40% of total kernel time. We also validated the model by implementing a G/S- free version with intrinsics. The contribution of the work is a performance model for G/S built with hardware counters. We believe the model can be generally applicable to CPU as well.